chore(deps): update actions/github-script action to v9

Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
This commit is contained in:
redhat-renovate-bot
2026-04-10 00:44:51 +00:00
parent b3c5b65d2a
commit bfe45fa8ac

View File

@@ -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')