Skip to content

Commit 4c90e04

Browse files
chore(deps): bump actions/github-script in the github-actions group (#499)
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](actions/github-script@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef86cb6 commit 4c90e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
Generated by [this workflow run](https://github.com/sonallux/spotify-web-api/actions/runs/${{ github.run_id }}).
4242
- name: Comment on PR
4343
if: (success() || failure()) && steps.cpr.outputs.pull-request-operation == 'created'
44-
uses: actions/github-script@v7
44+
uses: actions/github-script@v8
4545
with:
4646
github-token: ${{secrets.GITHUB_TOKEN}}
4747
script: |

0 commit comments

Comments
 (0)