build(deps): bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) Signed-off-by: Junio C Hamano <gitster@pobox.com>
Johannes Schindelin committed
Oct 16, 2025 at 15:48 UTC
96978d7545a00dbffe99252a4749a7554ce124bb
1 file changed
+1
-1
.github/workflows/main.yml
+1
-1
@@ -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
66
+ uses: actions/github-script@v8
67
if: steps.check-ref.outputs.enabled == 'yes'
68
with:
69
github-token: ${{secrets.GITHUB_TOKEN}}