diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 041a9192..00e75e84 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -33,7 +33,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 #v7.0.9 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 #v8.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: update payloads" @@ -64,7 +64,7 @@ jobs: run: pnpm run tsc:types - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 #v7.0.9 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 #v8.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: update types"