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 ec15b5d commit 5111884Copy full SHA for 5111884
.github/workflows/update_version.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Create PR for version.txt update
68
if: steps.check_changes.outputs.has_changes == 'true'
69
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
+ uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
70
with:
71
commit-message: "chore: update version.txt to ${{ env.VERSION }}"
72
branch: update-version-txt-${{ github.run_id }}
0 commit comments