From 529171b7570aa264983d7efef4f0b0f25eafbc28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:11:49 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/build_container.yml | 4 ++-- .github/workflows/ci.yaml | 4 ++-- .github/workflows/markdownlint.yml | 2 +- .github/workflows/security_scanning.yml | 4 ++-- .github/workflows/shellcheck.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index 5a46a19..8d6cb1b 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -20,7 +20,7 @@ jobs: tag_matrix: ${{ steps.set-tag-matrix.outputs.tag_matrix }} steps: - name: Source checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 'Setup yq' uses: dcarbone/install-yq-action@v1.3.1 @@ -174,7 +174,7 @@ jobs: - create-multi-arch-manifests steps: - name: Source checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Update Docker Hub Description uses: peter-evans/dockerhub-description@v5 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d2dfd21..f03d542 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: build_matrix: ${{ steps.set-build-matrix.outputs.build_matrix }} steps: - name: Source checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 'Setup yq' uses: dcarbone/install-yq-action@v1.3.1 @@ -37,7 +37,7 @@ jobs: matrix: ${{ fromJson(needs.setup-matrix.outputs.build_matrix) }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Extract server version number id: extract_server_version diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index ba4d65d..5d10e01 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -17,7 +17,7 @@ jobs: markdown-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: DavidAnson/markdownlint-cli2-action@v21 with: globs: '**/*.md' diff --git a/.github/workflows/security_scanning.yml b/.github/workflows/security_scanning.yml index 58539f6..7441280 100644 --- a/.github/workflows/security_scanning.yml +++ b/.github/workflows/security_scanning.yml @@ -19,7 +19,7 @@ jobs: build_matrix: ${{ steps.set-build-matrix.outputs.build_matrix }} steps: - name: Source checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 'Setup yq' uses: dcarbone/install-yq-action@v1.3.1 @@ -39,7 +39,7 @@ jobs: matrix: ${{ fromJson(needs.setup-matrix.outputs.build_matrix) }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Extract version number id: extract_version diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index b39544d..2a01f7e 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -22,7 +22,7 @@ jobs: actions: read steps: - name: Repository checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # Differential ShellCheck requires full git history fetch-depth: 0