Skip to content

Commit 8b20f15

Browse files
authored
Merge pull request #9580 from ManageIQ/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents cd3c518 + fa3cb6a commit 8b20f15

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
PGPASSWORD: smartvm
4242
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
- name: Set up system
4646
run: bin/before_install
4747
- name: Set up Ruby

.github/workflows/cypress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
PGHOST: localhost
4444
PGPASSWORD: smartvm
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
- name: Install Edge
4848
uses: browser-actions/setup-edge@v1
4949
if: ${{ matrix.cypress-browser == 'edge' && env.RUN_CYPRESS == 'true' }}

.github/workflows/locale_po_to_json.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
RAILS_ENV: i18n
2525
SKIP_TEST_RESET: true
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- name: Set up system
2929
run: bin/before_install
3030
- name: Set up Ruby

.github/workflows/yarn_lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update-yarn-lock:
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)