From 16398aec310148dfcce3bf13edbd3e8258f55af5 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Thu, 4 Sep 2025 16:40:56 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 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 3ab033e..8d6d042 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@v7 + uses: actions/github-script@v8 with: script: | core.setFailed('Release tag already exists')