Skip to content

Commit 65e8ed5

Browse files
chore(deps): update actions/checkout action to v6
1 parent f303366 commit 65e8ed5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: cucumber/[email protected]
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
environment: Release
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v6
1919
with:
2020
node-version: '24.x'

.github/workflows/test-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- name: set git core.autocrlf to 'input'
3030
run: git config --global core.autocrlf input
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
3333
uses: actions/setup-node@v6
3434
with:

0 commit comments

Comments
 (0)