diff --git a/.github/workflows/assign-ids.yml b/.github/workflows/assign-ids.yml index 0e0be0d4..b5427101 100644 --- a/.github/workflows/assign-ids.yml +++ b/.github/workflows/assign-ids.yml @@ -37,7 +37,7 @@ jobs: ls -R ./crates/ ./rust/ | sha256sum >> .duplicate-id-guard - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 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 ce6fd2c4..1c414218 100644 --- a/.github/workflows/sync-ids.yml +++ b/.github/workflows/sync-ids.yml @@ -37,7 +37,7 @@ jobs: echo "commit_message=${message}" >> $GITHUB_OUTPUT - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: ${{ steps.sync_ids.outputs.commit_message }}