Skip to content

Commit 3ad6202

Browse files
chore(deps): update actions/checkout action to v6 (#284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1f62e0 commit 3ad6202

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/chart-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
TARGET_BRANCH: ${{ github.event.pull_request.base.ref || github.ref_name }}
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737
- name: Set up Helm
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
README_GENERATOR_VERSION: 2.5.2
5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v6
5656
with:
5757
fetch-depth: 0
5858
- name: Check README diff

.github/workflows/chart-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Fail if safe-to-test label NOT applied
4444
if: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'safe-to-test') }}
4545
run: exit 1
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949
- name: Set up Helm
@@ -76,7 +76,7 @@ jobs:
7676
- name: fail if safe-to-test label NOT applied
7777
if: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'safe-to-test') }}
7878
run: exit 1
79-
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v6
8080
with:
8181
fetch-depth: 0
8282
- name: Set up Helm

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
contents: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 0
1515
- name: Configure Git

.github/workflows/push-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
if: github.repository_owner == 'cryostatio'
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727
- name: Configure Git

.github/workflows/submodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ github.repository_owner == 'cryostatio' }}
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
with:
2424
repository: cryostatio/cryostatio.github.io
2525
token: "${{ secrets.SUBMODULE_TOKEN }}"

0 commit comments

Comments
 (0)