diff --git a/.github/workflows/update-volta.yml b/.github/workflows/update-volta.yml index c1d5167..703b6e7 100644 --- a/.github/workflows/update-volta.yml +++ b/.github/workflows/update-volta.yml @@ -57,7 +57,7 @@ jobs: # update the version used in Docker. - name: Create pull request if: steps.volta.outputs.current_tag != steps.volta.outputs.release_tag - uses: peter-evans/create-pull-request@923ad837f191474af6b1721408744feb989a4c27 # tag=v4 + uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4 with: title: Update Volta from `v${{ steps.volta.outputs.current_tag }}` to `v${{ steps.volta.outputs.release_tag }}` commit-message: "feat(`volta.version`): update Volta from ${{ steps.volta.outputs.current_tag }} to ${{ steps.volta.outputs.release_tag }}"