diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 80e8057..ed6dc41 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -13,7 +13,7 @@ jobs: export VERSION=${{ github.event.inputs.version }} make bump-version - name: Create PR - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c + uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: Bump version diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 8041a6a..a7dd532 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -140,7 +140,7 @@ jobs: export VERSION=$(sed -n -e 's/.*QVersionNumber::fromString(\"\(.*\)\");/\1/p' src/window.cpp) make update-releases-json - name: Create PR - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c + uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: Update releases.json