Skip to content

Commit d00175c

Browse files
chore(deps): update actions/checkout action to v6 (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sander <17591696+sand4rt@users.noreply.github.com>
1 parent 77709c0 commit d00175c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
version: "10.18.3"
1919

20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121

2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
version: "10.18.3"
7373
- name: Checkout
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575
with:
7676
token: ${{ steps.generate_token.outputs.token }}
7777
fetch-depth: 0

0 commit comments

Comments
 (0)