We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bce3a commit 08d9446Copy full SHA for 08d9446
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
name: release
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
with:
16
persist-credentials: true
17
- uses: actions/setup-node@v6
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
matrix:
node-version: [20, 22, 24]
18
19
20
persist-credentials: false
21
@@ -31,7 +31,7 @@ jobs:
31
name: Lint
32
33
34
35
36
37
0 commit comments