Skip to content

Commit a571f99

Browse files
build(deps): Bump actions/checkout from 5 to 6 (#297)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3e30b8 commit a571f99

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
publish-doc:
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
submodules: true
2323

@@ -38,7 +38,7 @@ jobs:
3838
run: bin/dev generate-doc-md
3939

4040
- name: Check out GitHub page repo
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242
with:
4343
repository: emacs-tree-sitter/emacs-tree-sitter.github.io
4444
path: emacs-tree-sitter.github.io

.github/workflows/integ.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
version: ${{ matrix.emacs-version }}
3131

32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
with:
3434
ref: ${{ github.event.inputs.revision }}
3535

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
version: ${{ matrix.emacs-version }}
6262

63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464
with:
6565
submodules: true
6666

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
version: 'snapshot'
5858

59-
- uses: actions/checkout@v5
59+
- uses: actions/checkout@v6
6060
with:
6161
submodules: true
6262

@@ -106,7 +106,7 @@ jobs:
106106
- uses: jcs090218/setup-emacs@master
107107
with:
108108
version: '27.2'
109-
- uses: actions/checkout@v5
109+
- uses: actions/checkout@v6
110110
- name: Generate release notes
111111
run: |
112112
bin/dev release-notes $(git describe --tags --abbrev=0) > RELEASE-NOTES
@@ -165,7 +165,7 @@ jobs:
165165
with:
166166
version: ${{ matrix.emacs-version }}
167167

168-
- uses: actions/checkout@v5
168+
- uses: actions/checkout@v6
169169

170170
- uses: emacs-eask/setup-eask@master
171171
with:
@@ -179,7 +179,7 @@ jobs:
179179
needs: integ
180180
runs-on: ubuntu-24.04
181181
steps:
182-
- uses: actions/checkout@v5
182+
- uses: actions/checkout@v6
183183

184184
- name: Set release version
185185
run: |

.github/workflows/shell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ${{ github.event.inputs.platform }}
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
ref: ${{ github.event.inputs.revision }}
2525
- uses: mxschmitt/action-tmate@v3

.github/workflows/update-submodules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
persist-credentials: false
1919
fetch-depth: 0

0 commit comments

Comments
 (0)