diff --git a/.github/workflows/sync-templates-and-ci-config.yml b/.github/workflows/sync-templates-and-ci-config.yml index da031216f4c7c..eede1578136ac 100644 --- a/.github/workflows/sync-templates-and-ci-config.yml +++ b/.github/workflows/sync-templates-and-ci-config.yml @@ -53,7 +53,7 @@ jobs: HOMEBREW_GPG_PASSPHRASE: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY_PASSPHRASE }} - name: Create pull request - uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 + uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 with: path: vendor/${{ matrix.repo }} token: ${{ secrets.HOMEBREW_CASK_SYNC_TOKEN }}