Skip to content

Commit 697b357

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Test
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Use Node.js 20.x
1515
uses: actions/setup-node@v4
1616
with:
@@ -32,7 +32,7 @@ jobs:
3232
needs: test
3333
if: github.ref == 'refs/heads/main'
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
- name: Use Node.js 20.x
3737
uses: actions/setup-node@v4
3838
with:

0 commit comments

Comments
 (0)