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 a45e410 commit 0f1db44Copy full SHA for 0f1db44
.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
with:
18
fetch-depth: 0
19
- uses: actions/setup-node@v5
@@ -33,7 +33,7 @@ jobs:
33
pull-requests: write
34
id-token: write
35
36
37
38
39
node-version-file: .node-version
.github/workflows/windows.yml
@@ -7,7 +7,7 @@ jobs:
7
default:
8
runs-on: windows-latest
9
10
11
12
0 commit comments