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 c73eda8 commit 497017dCopy full SHA for 497017d
.github/workflows/main.yml
@@ -63,7 +63,7 @@ jobs:
63
echo "skip_concurrent=$skip_concurrent" >>$GITHUB_OUTPUT
64
- name: skip if the commit or tree was already tested
65
id: skip-if-redundant
66
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
67
if: steps.check-ref.outputs.enabled == 'yes'
68
with:
69
github-token: ${{secrets.GITHUB_TOKEN}}
0 commit comments