Skip to content

Commit a87b1e7

Browse files
authored
Merge pull request #68 from OpenVoxProject/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents c2e45c8 + 1225333 commit a87b1e7

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build_container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
tag_matrix: ${{ steps.set-tag-matrix.outputs.tag_matrix }}
2525
steps:
2626
- name: Source checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: 'Setup yq'
3030
uses: dcarbone/install-yq-action@v1.3.1
@@ -45,7 +45,7 @@ jobs:
4545
matrix: ${{ fromJson(needs.setup-matrix.outputs.build_matrix) }}
4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v7
4949

5050
- name: Build ${{ matrix.platform }} container
5151
uses: voxpupuli/gha-build-and-publish-a-container@v2
@@ -114,7 +114,7 @@ jobs:
114114
- create-multi-arch-manifests
115115
steps:
116116
- name: Source checkout
117-
uses: actions/checkout@v6
117+
uses: actions/checkout@v7
118118

119119
- name: Update Docker Hub Description
120120
uses: peter-evans/dockerhub-description@v5

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
build_matrix: ${{ steps.set-build-matrix.outputs.build_matrix }}
2222
steps:
2323
- name: Source checkout
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: 'Setup yq'
2727
uses: dcarbone/install-yq-action@v1.3.1
@@ -38,7 +38,7 @@ jobs:
3838
matrix: ${{ fromJson(needs.setup-matrix.outputs.build_matrix) }}
3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242

4343
- name: Build ${{ matrix.platform }} CI container
4444
uses: docker/build-push-action@v7

.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@v6
20+
- uses: actions/checkout@v7
2121
- uses: DavidAnson/markdownlint-cli2-action@v23
2222
with:
2323
globs: '**/*.md'

.github/workflows/security_scanning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build_matrix: ${{ steps.set-build-matrix.outputs.build_matrix }}
2424
steps:
2525
- name: Source checkout
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727

2828
- name: 'Setup yq'
2929
uses: dcarbone/install-yq-action@v1.3.1
@@ -44,7 +44,7 @@ jobs:
4444
matrix: ${{ fromJson(needs.setup-matrix.outputs.build_matrix) }}
4545
steps:
4646
- name: Checkout repository
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848

4949
- name: Build ${{ matrix.platform }} CI container
5050
uses: docker/build-push-action@v7

.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@v6
25+
uses: actions/checkout@v7
2626
with:
2727
# Differential ShellCheck requires full git history
2828
fetch-depth: 0

0 commit comments

Comments
 (0)