diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80f703f..c908acb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Fail workflow if tag exists if: ${{ github.event_name == 'pull_request' && steps.checkTag.outputs.exists == 'true' }} - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8.0.0 with: script: core.setFailed('[ERROR] Tag already exists.')