From 8e7be7ba34ba6f9fa65ddb59602fd2e3b5f2f810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:39:33 +0000 Subject: [PATCH] chore(deps): Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bd911f2..4e889fe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: RELEASE_ID: ${{ steps.create-release.outputs.result }} steps: - run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV" - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 id: create-release if: startsWith(github.ref, 'refs/tags/') with: @@ -120,7 +120,7 @@ jobs: runs-on: ubuntu-latest needs: [create-draft-release, build-binaries, build-images] steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 if: startsWith(github.ref, 'refs/tags/') with: github-token: ${{ secrets.GITHUB_TOKEN }}