Skip to content

Commit db84cd1

Browse files
authored
Merge pull request #23598 from ManageIQ/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 50e16b3 + bd1227f commit db84cd1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build_monolith.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.repository_owner == 'ManageIQ'
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Docker login
1414
run: echo ${{ secrets.DOCKER_REGISTRY_PASSWORD }} | docker login docker.io --password-stdin --username ${{ secrets.DOCKER_REGISTRY_USERNAME }}
1515
- name: Build monolithic container

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
PGPASSWORD: smartvm
3737
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040
- name: Set up system
4141
run: bin/before_install
4242
- name: Set up Ruby

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Initialize CodeQL
3232
uses: github/codeql-action/init@v3

.github/workflows/locale_update_all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
SKIP_TEST_RESET: true
2828
SKIP_DATABASE_SETUP: true
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- name: Set up system
3232
run: bin/before_install
3333
- name: Set up Ruby

lib/generators/manageiq/plugin/templates/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
PGPASSWORD: smartvm
3030
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Set up system
3434
run: bin/before_install
3535
- name: Set up Ruby

0 commit comments

Comments
 (0)