diff --git a/.github/actions/update-project-version/action.yml b/.github/actions/update-project-version/action.yml index 9c2f175c8d..02b638f76c 100644 --- a/.github/actions/update-project-version/action.yml +++ b/.github/actions/update-project-version/action.yml @@ -28,7 +28,7 @@ runs: - name: Create Pull Request # https://github.com/peter-evans/create-pull-request/releases/tag/v7.0.8 - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 with: branch: Update_version_to_${{ inputs.NEXT_VERSION }}_run_${{ github.run_id }} title: Update version to `${{ inputs.NEXT_VERSION }}` in `${{ steps.get-current-branch-name.outputs.name }}`