Skip to content

Commit af2606b

Browse files
chore(deps): update actions/checkout action to v5 (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a708dc9 commit af2606b

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
@@ -19,7 +19,7 @@ jobs:
1919
contents: write
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- uses: cucumber/[email protected]
2424
with:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
environment: Release
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- uses: actions/setup-node@v4
2525
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: set git core.autocrlf to 'input'
3030
run: git config --global core.autocrlf input
3131

32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333

3434
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
3535
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)