diff --git a/.github/workflows/log_binary_size_pr.yml b/.github/workflows/log_binary_size_pr.yml index b2410853258..cc7517eb0e9 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@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8 with: branch: binary_size_profiling_update delete-branch: true diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 1574412a6c4..11f8b9e4d69 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -52,7 +52,7 @@ jobs: fi - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8 with: branch: sync-from-upstream-tf delete-branch: true