diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 9291607..2221dc1 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -65,7 +65,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: #gt-placeholder-branch-start diff --git a/.github/workflows/gt-update.yml b/.github/workflows/gt-update.yml index f375759..c72df32 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 }}'