Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 2e68519

Browse files
chore(deps): bump actions/github-script from 5 to 7 (#64)
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v5...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8333678 commit 2e68519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
needs: [multi-arch-manifest]
193193
steps:
194194
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
195-
- uses: actions/github-script@v5
195+
- uses: actions/github-script@v7
196196
if: startsWith(github.ref, 'refs/tags/')
197197
with:
198198
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)