Skip to content

Commit 75cad2f

Browse files
authored
Merge pull request #31 from ManageIQ/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 30caea1 + 7e9cb60 commit 75cad2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- name: Set up Ruby
2626
uses: ruby/setup-ruby@v1
2727
with:

.github/workflows/openapi-generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
openapi-generate:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Set up system
1414
run: sudo apt install -y xq
1515
- name: OpenAPI Generate

0 commit comments

Comments
 (0)