We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4016fe + e2e567b commit f576b4cCopy full SHA for f576b4c
.github/workflows/test.yml
@@ -90,7 +90,7 @@ jobs:
90
-
91
name: Create includes
92
id: set
93
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
94
with:
95
script: |
96
let tests = [];
@@ -200,7 +200,7 @@ jobs:
200
run: yarn install
201
202
name: Test
203
204
205
206
const testName = `${{ matrix.test_name }}`;
0 commit comments