From f10e68067d23b613fe64adc36ca5fabb95554450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:03:00 +0000 Subject: [PATCH] chore(deps): bump actions/github-script in the github-actions group Bumps the github-actions group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/update-openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |