From: Junio C Hamano Date: Fri, 2 Feb 2024 20:39:35 +0000 (-0800) Subject: GitHub Actions: update to github-script@v7 X-Git-Tag: v2.39.4~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6bed64ce2f645c773b1320cb2cd555600468ec7;p=thirdparty%2Fgit.git GitHub Actions: update to github-script@v7 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. Backported-from: c4ddbe043e (GitHub Actions: update to github-script@v7, 2024-02-02) Signed-off-by: Junio C Hamano Signed-off-by: Johannes Schindelin --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea6000b40c..aedb6b0ced 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,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}}