diff --git a/.github/workflows/sync-templates-and-ci-config.yml b/.github/workflows/sync-templates-and-ci-config.yml index 74780ffcef4..e64faf05ed2 100644 --- a/.github/workflows/sync-templates-and-ci-config.yml +++ b/.github/workflows/sync-templates-and-ci-config.yml @@ -39,7 +39,7 @@ jobs: run: ./.github/actions/sync/templates.rb 'vendor/${{ matrix.repo }}' '${{ matrix.repo }}' 'sync-templates-and-ci-config' - name: Create pull request - uses: peter-evans/create-pull-request@ce699aa2d108e9d04fde047a71e44b2bf444b6dc + uses: peter-evans/create-pull-request@8c603dbb04b917a9fc2dd991dc54fef54b640b43 with: path: vendor/${{ matrix.repo }} token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}