diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 8c7c96d1..bb7d0711 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -27,7 +27,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc #v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e #v6.0.2 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update payloads' @@ -51,7 +51,7 @@ jobs: run: pnpm run tsc:types - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc #v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e #v6.0.2 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update types'