Skip to content

Commit 948d3eb

Browse files
chore(deps): update actions/checkout action to v6 (#209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ad6738 commit 948d3eb

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
@@ -16,7 +16,7 @@ jobs:
1616
name: Test
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Use Node.js 24.x
2121
uses: actions/setup-node@v6
2222
with:
@@ -38,7 +38,7 @@ jobs:
3838
needs: test
3939
if: github.ref == 'refs/heads/main'
4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
- name: Use Node.js 24.x
4343
uses: actions/setup-node@v6
4444
with:

0 commit comments

Comments
 (0)