We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b94998 commit f21f829Copy full SHA for f21f829
1 file changed
.github/workflows/release-pr.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
prerelease: true
41
- name: Trigger Renovate
42
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
43
if: steps.release.outputs.release_created && steps.semver_parser.outputs.prerelease == ''
44
45
github-token: ${{ steps.app-token.outputs.token }}
0 commit comments