Skip to content

Commit 85cd4c2

Browse files
authored
Merge pull request #40 from redhat-best-practices-for-k8s/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents cf544fb + fed5188 commit 85cd4c2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/debug-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-24.04
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232

3333
- name: Set up QEMU
3434
uses: docker/setup-qemu-action@v3
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-24.04
107107

108108
steps:
109-
- uses: actions/checkout@v4
109+
- uses: actions/checkout@v5
110110

111111
- name: Set up QEMU
112112
uses: docker/setup-qemu-action@v3

.github/workflows/pre-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
IMAGE_NAME: quay.io/redhat-best-practices-for-k8s/certsuite-probe:latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- name: Set up Go
1818
uses: actions/setup-go@v5

.github/workflows/preflight.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
IMAGE_NAME: quay.io/redhat-best-practices-for-k8s/certsuite-probe:latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Set up Go
2121
uses: actions/setup-go@v5
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "::remove-matcher owner=go::"
2727

2828
- name: Clone the preflight repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
repository: redhat-openshift-ecosystem/openshift-preflight
3232
path: openshift-preflight

0 commit comments

Comments
 (0)