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