From 081b9a2075995f18b486da6df47ab8dd3bb8ea5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:53:12 +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/release-frontend-sdk.yml | 2 +- .github/workflows/release-hanko-elements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-frontend-sdk.yml b/.github/workflows/release-frontend-sdk.yml index de359c528..66665e337 100644 --- a/.github/workflows/release-frontend-sdk.yml +++ b/.github/workflows/release-frontend-sdk.yml @@ -26,7 +26,7 @@ jobs: - run: echo ${{ steps.tag-version.outputs.git_tag_version }} - name: Version correctly set check if: steps.package-version.outputs.current-version != steps.tag-version.outputs.git_tag_version - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | core.setFailed('version in package.json is not equal to git tag version!') diff --git a/.github/workflows/release-hanko-elements.yml b/.github/workflows/release-hanko-elements.yml index 8f5e84aec..a955105d6 100644 --- a/.github/workflows/release-hanko-elements.yml +++ b/.github/workflows/release-hanko-elements.yml @@ -26,7 +26,7 @@ jobs: - run: echo ${{ steps.tag-version.outputs.git_tag_version }} - name: Version correctly set check if: steps.package-version.outputs.current-version != steps.tag-version.outputs.git_tag_version - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | core.setFailed('version in package.json is not equal to git tag version!')