]> git.ipfire.org Git - thirdparty/git.git/commitdiff
GitHub Actions: update to github-script@v7
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Feb 2024 20:39:35 +0000 (12:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Feb 2024 21:00:46 +0000 (13:00 -0800)
We seem to be getting "Node.js 16 actions are deprecated." warnings
for jobs that use github-script@v6.  Update to github-script@v7,
which is said to use Node.js 20.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml

index d119a63b93b445f1341185c612ff2ddc7f4192c1..c7b04a521b7b2ddc406354856af462c84c7df701 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@v6
+        uses: actions/github-script@v7
         if: steps.check-ref.outputs.enabled == 'yes'
         with:
           github-token: ${{secrets.GITHUB_TOKEN}}