Skip to content

Commit 887226d

Browse files
authored
Merge pull request #622 from ManageIQ/renovate/actions-checkout-6.x
2 parents bc2db90 + e0aef01 commit 887226d

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
@@ -22,7 +22,7 @@ jobs:
2222
TEST_RAILS_VERSION: "${{ matrix.rails-version }}"
2323
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- name: Set up Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:

0 commit comments

Comments
 (0)