diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b7c6a1..18a1d57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: - name: Comment on major updates if: steps.metadata.outputs.update-type == 'version-update:semver-major' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.issues.createComment({