We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0b4a1 commit 02b26f9Copy full SHA for 02b26f9
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
8
- uses: actions/setup-node@v2
9
with:
10
node-version: "16"
@@ -15,7 +15,7 @@ jobs:
15
needs: build
16
17
18
19
20
21
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
0 commit comments