diff --git a/.github/workflows/assign-ids.yml b/.github/workflows/assign-ids.yml index 965dc424..e3b1344b 100644 --- a/.github/workflows/assign-ids.yml +++ b/.github/workflows/assign-ids.yml @@ -42,7 +42,7 @@ jobs: ls -R ./crates/ ./rust/ | sha256sum >> .duplicate-id-guard - name: Create pull request - 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: ${{ steps.assign.outputs.commit_message }} diff --git a/.github/workflows/sync-ids.yml b/.github/workflows/sync-ids.yml index e7450be2..cbd32bad 100644 --- a/.github/workflows/sync-ids.yml +++ b/.github/workflows/sync-ids.yml @@ -42,7 +42,7 @@ jobs: echo "commit_message=${message}" >> $GITHUB_OUTPUT - name: Create pull request - 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: ${{ steps.sync_ids.outputs.commit_message }}