We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9168e7 + b0dc0e7 commit 6eb398eCopy full SHA for 6eb398e
2 files changed
.github/workflows/gc.yml
@@ -51,7 +51,7 @@ jobs:
51
path: bin/gh-pages
52
-
53
name: Garbage collect old results
54
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
55
with:
56
script: |
57
const fs = require('fs');
.github/workflows/regen.yml
@@ -41,7 +41,7 @@ jobs:
41
ref: gh-pages
42
43
name: Create results matrix
44
45
id: set
46
47
0 commit comments