Skip to content

Commit a2f6db5

Browse files
Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 556ada5 commit a2f6db5

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@v7
21+
uses: actions/github-script@v8
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@v7
69+
uses: actions/github-script@v8
7070
with:
7171
github-token: ${{secrets.GITHUB_TOKEN}}
7272
script: |

0 commit comments

Comments
 (0)