We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad2ed7 commit b77f0e9Copy full SHA for b77f0e9
.github/workflows/main.yaml
@@ -10,7 +10,7 @@ jobs:
10
name: Test
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Use Node.js 20.x
15
uses: actions/setup-node@v4
16
with:
@@ -32,7 +32,7 @@ jobs:
32
needs: test
33
if: github.ref == 'refs/heads/main'
34
35
36
37
38
0 commit comments