From 79da96c188998a5ec43d2853f10c2ab2613cb11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 22:39:59 +0000 Subject: [PATCH] Bump actions/github-script from 5 to 6.3.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.3.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v6.3.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-post-install-hook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-post-install-hook.yml b/.github/workflows/release-post-install-hook.yml index 0a64229e34..669d9fd9f1 100644 --- a/.github/workflows/release-post-install-hook.yml +++ b/.github/workflows/release-post-install-hook.yml @@ -26,7 +26,7 @@ jobs: - name: Verify release version already exists id: verify-release-version - uses: actions/github-script@v5 + uses: actions/github-script@v6.3.0 env: image: atlas-operator-post-install-hook version: ${{ github.event.inputs.version }}