We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759a162 commit 570122dCopy full SHA for 570122d
1 file changed
.github/workflows/release-pr.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
prerelease: true
50
- name: Trigger Renovate
51
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
52
if: steps.release.outputs.release_created && steps.semver_parser.outputs.prerelease == ''
53
54
github-token: ${{ steps.app-token-github.outputs.token }}
0 commit comments