diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index d7195b9f..e6b54aef 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -60,7 +60,7 @@ jobs: - name: Create Pull Request if necessary id: create-pr #gt-placeholder-gh-action-create-pull-request-start - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 #gt-placeholder-gh-action-create-pull-request-end with: branch: auto-cleanup diff --git a/.github/workflows/gt-update.yml b/.github/workflows/gt-update.yml index f3757596..c72df327 100644 --- a/.github/workflows/gt-update.yml +++ b/.github/workflows/gt-update.yml @@ -149,7 +149,7 @@ jobs: - name: Create pull request if necessary if: ${{ steps.has_changes.outputs.has_changes == 1 }} #gt-placeholder-gh-action-create-pr-start - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 #gt-placeholder-gh-action-create-pr-end with: branch: 'gt/update/${{ matrix.remote }}'