diff --git a/.github/workflows/log_binary_size_pr.yml b/.github/workflows/log_binary_size_pr.yml index 63615e7fd05..0f06988e19a 100644 --- a/.github/workflows/log_binary_size_pr.yml +++ b/.github/workflows/log_binary_size_pr.yml @@ -49,7 +49,7 @@ jobs: git checkout $LOG_BRANCH -- data/continuous_builds/size_profiling/ - name: Create Logs PR Request id: create-pr - uses: peter-evans/create-pull-request@052fc72b4198ba9fbc81b818c6e1859f747d49a8 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8 with: branch: binary_size_profiling_update delete-branch: true diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 7e488c9bb32..f29fe997029 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -51,7 +51,7 @@ jobs: - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@052fc72b4198ba9fbc81b818c6e1859f747d49a8 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8 with: branch: sync-from-upstream-tf delete-branch: true