Skip to content

Commit aece513

Browse files
committed
Upgrade GitHub Actions to latest versions
Signed-off-by: Salman Muin Kayser Chishti <[email protected]>
1 parent f5c36ef commit aece513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/log_binary_size_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
git checkout $LOG_BRANCH -- data/continuous_builds/size_profiling/
5050
- name: Create Logs PR Request
5151
id: create-pr
52-
uses: peter-evans/create-pull-request@052fc72b4198ba9fbc81b818c6e1859f747d49a8
52+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
5353
with:
5454
branch: binary_size_profiling_update
5555
delete-branch: true

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Create Pull Request
5353
id: create-pr
54-
uses: peter-evans/create-pull-request@052fc72b4198ba9fbc81b818c6e1859f747d49a8
54+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
5555
with:
5656
branch: sync-from-upstream-tf
5757
delete-branch: true

0 commit comments

Comments
 (0)