Skip to content

Commit 595ed4d

Browse files
authored
Merge pull request #199 from ManageIQ/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 7754e32 + 8f410cd commit 595ed4d

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
@@ -44,7 +44,7 @@ jobs:
4444
MYSQL_HOST: 127.0.0.1
4545
MYSQL_PWD: password
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
- name: Set up Ruby
4949
uses: ruby/setup-ruby@v1
5050
with:

0 commit comments

Comments
 (0)