Skip to content

Commit 4b9964c

Browse files
authored
Merge pull request #548 from ManageIQ/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 65b8a3c + 8b66ea4 commit 4b9964c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
ci:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Set up system
1414
run: bin/before_install
1515
- name: Set up Node

0 commit comments

Comments
 (0)