diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e43e602e..0aed4bc7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: - name: Fail job due to pinning failure # only fail if pinning failed for main commits if: github.ref == 'refs/heads/main' && steps.pin-w3up.outcome == 'failure' && steps.pin-cluster.outcome == 'failure' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | core.setFailed('Pinning did not succeed')