]> git.ipfire.org Git - thirdparty/git.git/commitdiff
build(deps): bump actions/github-script from 7 to 8
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 16 Oct 2025 15:48:12 +0000 (15:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Oct 2025 16:29:01 +0000 (09:29 -0700)
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>
.github/workflows/main.yml

index fa7c60f95fdca024872ce6cf3b0e7e7cfbd6cc98..aa6bce673b4e99d56c62495e289f8b4be097548e 100644 (file)
@@ -63,7 +63,7 @@ jobs:
           echo "skip_concurrent=$skip_concurrent" >>$GITHUB_OUTPUT
       - name: skip if the commit or tree was already tested
         id: skip-if-redundant
-        uses: actions/github-script@v7
+        uses: actions/github-script@v8
         if: steps.check-ref.outputs.enabled == 'yes'
         with:
           github-token: ${{secrets.GITHUB_TOKEN}}