diff --git a/.github/workflows/update-openapi.yml b/.github/workflows/update-openapi.yml index 015af17..630eec6 100644 --- a/.github/workflows/update-openapi.yml +++ b/.github/workflows/update-openapi.yml @@ -41,7 +41,7 @@ jobs: Generated by [this workflow run](https://github.com/sonallux/spotify-web-api/actions/runs/${{ github.run_id }}). - name: Comment on PR if: (success() || failure()) && steps.cpr.outputs.pull-request-operation == 'created' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |