Skip to content

Commit 1af2778

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

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build_container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix: ${{ steps.set-matrix.outputs.matrix }}
1717
steps:
1818
- name: Source checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: 'Setup yq'
2222
uses: dcarbone/[email protected]
@@ -155,7 +155,7 @@ jobs:
155155
- create-multi-arch-manifests
156156
steps:
157157
- name: Source checkout
158-
uses: actions/checkout@v5
158+
uses: actions/checkout@v6
159159

160160
- name: Update Docker Hub Description
161161
uses: peter-evans/dockerhub-description@v5

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix: ${{ steps.set-matrix.outputs.matrix }}
1515
steps:
1616
- name: Source checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: 'Setup yq'
2020
uses: dcarbone/[email protected]
@@ -42,7 +42,7 @@ jobs:
4242
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646

4747
- name: Extract version number
4848
id: extract_version

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
markdown-lint:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- uses: DavidAnson/markdownlint-cli2-action@v21
2222
with:
2323
globs: '**/*.md'

.github/workflows/security_scanning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix: ${{ steps.set-matrix.outputs.matrix }}
1717
steps:
1818
- name: Source checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: 'Setup yq'
2222
uses: dcarbone/[email protected]
@@ -36,7 +36,7 @@ jobs:
3636
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040

4141
- name: Extract version number
4242
id: extract_version

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
actions: read
2323
steps:
2424
- name: Repository checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
# Differential ShellCheck requires full git history
2828
fetch-depth: 0

0 commit comments

Comments
 (0)