We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c56b9e commit 895fac0Copy full SHA for 895fac0
.github/workflows/verify.yaml
@@ -29,7 +29,7 @@ jobs:
29
# Node.js versions to the test matrix.
30
31
steps:
32
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
33
with:
34
submodules: true
35
- uses: actions/setup-node@v4
@@ -63,7 +63,7 @@ jobs:
63
- '14.x'
64
65
66
67
68
69
@@ -102,7 +102,7 @@ jobs:
102
- verify-minimum-version-check
103
104
105
106
107
fetch-depth: 0
108
0 commit comments