From bfe45fa8ac4c5bc20ca7af80c499d2568fce1e2d Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Fri, 10 Apr 2026 00:44:51 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 Signed-off-by: redhat-renovate-bot --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a76a1c..ee12d4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - name: Fail if tag exists if: ${{ steps.version.outputs.VERSION == steps.exists.outputs.EXISTS }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | core.setFailed('Release tag already exists')