Skip to content

Commit f6bed64

Browse files
gitsterdscho
authored andcommitted
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: c4ddbe0 (GitHub Actions: update to github-script@v7, 2024-02-02) Signed-off-by: Junio C Hamano <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ce47f7c commit f6bed64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "skip_concurrent=$skip_concurrent" >>$GITHUB_OUTPUT
4747
- name: skip if the commit or tree was already tested
4848
id: skip-if-redundant
49-
uses: actions/github-script@v6
49+
uses: actions/github-script@v7
5050
if: steps.check-ref.outputs.enabled == 'yes'
5151
with:
5252
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)