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 1a9f20b commit 644fb7aCopy full SHA for 644fb7a
1 file changed
.github/workflows/check-tool-links.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Create Issue if Links are Broken
31
if: failure()
32
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
33
with:
34
script: |
35
const fs = require('fs');
0 commit comments