From 7ae509f0adb25b527dfd6d8fd686a2cc97049830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:07:03 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6.4.1 to 7.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.4.1...v7.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fdc8c1a03..ee53bc110 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -55,7 +55,7 @@ jobs: run: npm version "${{ steps.next.outputs.version }}" --no-git-tag-version - name: Commit and tag using the GitHub API - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 id: commit env: VERSION: ${{ steps.next.outputs.version }} @@ -124,7 +124,7 @@ jobs: return commit.data.sha; - name: Update the refs - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 env: VERSION: ${{ steps.next.outputs.version }} COMMIT: ${{ steps.commit.outputs.result }}