Skip to content

Commit 1eaa186

Browse files
committed
[CI] Update checkout action, go to default ref that triggered the PR.
1 parent 9c945ed commit 1eaa186

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/root-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,7 @@ jobs:
282282

283283
steps:
284284
- name: Checkout
285-
uses: actions/checkout@v4
286-
with:
287-
ref: ${{ inputs.ref_name }}
285+
uses: actions/checkout@v5
288286

289287
- name: Pull Request Build
290288
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)