Skip to content

Commit 880f928

Browse files
chore(deps): update actions/checkout action to v6
1 parent 8e115b2 commit 880f928

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)