We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e12138 commit 9cf0f1cCopy full SHA for 9cf0f1c
.github/workflows/bump-version.yml
@@ -33,7 +33,7 @@ jobs:
33
python utils/bump_version.py ${{ github.event.inputs.release_type }}
34
35
- name: Create pull request
36
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
37
if: github.actor == 'MarcoGorelli' || github.actor == 'FBruzzesi'
38
with:
39
script: |
0 commit comments