We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e115b2 commit 880f928Copy full SHA for 880f928
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
version: "10.18.3"
19
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
22
- name: Setup Node.js
23
uses: actions/setup-node@v6
@@ -71,7 +71,7 @@ jobs:
71
72
73
- name: Checkout
74
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
75
76
token: ${{ steps.generate_token.outputs.token }}
77
fetch-depth: 0
0 commit comments