Skip to content

Commit 9db2ee5

Browse files
committed
ci: use actions/github-script@v7
Now that this Action uses node.js 20, let's also use it in the steps of the CI builds which use `github-script`. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent de47d8a commit 9db2ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
token: ${{ secrets.PUSH_RELEASE_TRAINS_PAT }}
1919
fetch-depth: 0
2020
- name: Import public GPG keys to verify the tag
21-
uses: actions/github-script@v3
21+
uses: actions/github-script@v7
2222
with:
2323
github-token: ${{secrets.GITHUB_TOKEN}}
2424
script: |
@@ -66,7 +66,7 @@ jobs:
6666
git cat-file tag "$GITHUB_REF" | sed -e '1,/^$/d' -e '/-----BEGIN PGP SIGNATURE-----/,$d' >body
6767
- name: Create Release
6868
if: github.repository_owner == 'git-for-windows'
69-
uses: actions/github-script@v3
69+
uses: actions/github-script@v7
7070
with:
7171
github-token: ${{secrets.GITHUB_TOKEN}}
7272
script: |

0 commit comments

Comments
 (0)