We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57066b commit a4e3a72Copy full SHA for a4e3a72
3 files changed
.github/workflows/main.yml
@@ -15,9 +15,9 @@ jobs:
15
name: Test
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- name: Use Node.js 22.x
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
21
with:
22
node-version: '22.x'
23
- run: npm ci
@@ -49,11 +49,11 @@ jobs:
49
if: github.ref == 'refs/heads/main'
50
needs: test
51
52
53
54
persist-credentials: false
55
56
57
58
59
0 commit comments