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 ac2e218 commit 6fd270fCopy full SHA for 6fd270f
.github/workflows/default.yml
@@ -13,7 +13,7 @@ jobs:
13
test:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
- uses: actions/setup-node@v5
18
with:
19
node-version-file: .node-version
@@ -31,7 +31,7 @@ jobs:
31
pull-requests: write
32
id-token: write
33
34
35
36
37
0 commit comments