diff --git a/.github/workflows/update-tests.yml b/.github/workflows/update-tests.yml index 17a7181d4b..4d06d77592 100644 --- a/.github/workflows/update-tests.yml +++ b/.github/workflows/update-tests.yml @@ -26,7 +26,7 @@ jobs: # paths need to be relative to tests/ (cd tests; find github -type f) | xargs bikeshed test --rebase - name: Create/Update PR - uses: peter-evans/create-pull-request@v3.10.0 + uses: peter-evans/create-pull-request@v4.2.0 with: branch: daily-test-sync commit-message: 'chore: Sync Bikeshed files from specs.data list'