mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
Merge pull request #209 from kubevirt/renovate/major-github-actions
chore(deps): update actions/github-script action to v8
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user