Skip to content

Commit 45e8f91

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4c5c68 commit 45e8f91

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/aws-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
go-version: "1.24"
5656
- name: Check out code into the Go module directory
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v6
5858
- name: Cache go module
5959
uses: actions/cache@v4
6060
with:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: "Run pre-commit hooks"
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
- uses: actions/setup-python@v6
3232
with:
3333
python-version: '3.12'
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
go-version: "1.24"
8585
- name: Check out code into the Go module directory
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v6
8787
- name: Cache go module
8888
uses: actions/cache@v4
8989
with:

.github/workflows/emailsender-central-compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
username: ${{ secrets.QUAY_RHACS_ENG_RO_USERNAME }}
5252
password: ${{ secrets.QUAY_RHACS_ENG_RO_PASSWORD }}
5353
- name: Checkout this repository
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v6
5555
with:
5656
path: acs-fleet-manager
5757
fetch-depth: 0

.github/workflows/multicluster-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install oc
8282
uses: redhat-actions/oc-installer@v1
8383
- name: Check out code
84-
uses: actions/checkout@v4
84+
uses: actions/checkout@v6
8585
- name: Set cluster credentials
8686
run: |
8787
set -eo pipefail

.github/workflows/openapi_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "redhat-developer/app-services-sdk-java"
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- uses: dorny/paths-filter@v3
2424
id: filter
2525
with:

0 commit comments

Comments
 (0)