Skip to content

Commit e5febd1

Browse files
authored
Add missing checkout step to update-chrome workflow (#3104)
`update-chrome` was missing `actions/checkout`, causing the workflow to fail.
1 parent 9525ef1 commit e5febd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ jobs:
197197
- prepare
198198
- dedupe-yarn-lock
199199
steps:
200+
- name: Checkout repository
201+
uses: actions/checkout@v4
200202
- name: Restore yarn.lock
201203
uses: actions/cache/restore@v4
202204
with:

0 commit comments

Comments
 (0)