Skip to content

Commit bfe45fa

Browse files
chore(deps): update actions/github-script action to v9
Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
1 parent b3c5b65 commit bfe45fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Fail if tag exists
4343
if: ${{ steps.version.outputs.VERSION == steps.exists.outputs.EXISTS }}
44-
uses: actions/github-script@v8
44+
uses: actions/github-script@v9
4545
with:
4646
script: |
4747
core.setFailed('Release tag already exists')

0 commit comments

Comments
 (0)