diff --git a/.github/workflows/update-lib.yml b/.github/workflows/update-lib.yml index a2977de..1f940f6 100644 --- a/.github/workflows/update-lib.yml +++ b/.github/workflows/update-lib.yml @@ -64,7 +64,7 @@ jobs: done - name: Create pull request - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: token: ${{ secrets.TOKEN_ACCESS }} commit-message: "Update gen-pack scripts to use gen-pack lib v${{ steps.query-latest-release.outputs.result }}"