Skip to content

Commit dcb9ebc

Browse files
chore(deps): Bump actions/github-script from 8 to 9 (#314)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e75857a commit dcb9ebc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
RELEASE_ID: ${{ steps.create-release.outputs.result }}
1818
steps:
1919
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
20-
- uses: actions/github-script@v8
20+
- uses: actions/github-script@v9
2121
id: create-release
2222
if: startsWith(github.ref, 'refs/tags/')
2323
with:
@@ -161,7 +161,7 @@ jobs:
161161
contents: write
162162
needs: [create-draft-release, build-binaries, build-images]
163163
steps:
164-
- uses: actions/github-script@v8
164+
- uses: actions/github-script@v9
165165
if: startsWith(github.ref, 'refs/tags/')
166166
with:
167167
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)