Skip to content

Commit

Permalink
fix(deps): Update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 27, 2024
1 parent ed3f401 commit e4a65e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
prerelease: true
- name: Trigger Renovate
uses: actions/github-script@v6
uses: actions/github-script@v7
if: steps.release.outputs.release_created && steps.semver_parser.outputs.prerelease == ''
with:
github-token: ${{ secrets.GH_CQ_BOT }}
Expand Down

0 comments on commit e4a65e4

Please sign in to comment.