Skip to content

Commit f5bacc2

Browse files
Bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6012e1d commit f5bacc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)