From fd6b467400e585b31ab4bb2ba9619b49a476d261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 03:07:13 +0000 Subject: [PATCH] build(deps): 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](https://github.com/actions/checkout/compare/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] --- .github/workflows/docker-multistage-build.yml | 4 ++-- .github/workflows/docker-multistage-push-image.yml | 4 ++-- .github/workflows/docker-multistage-push-manifest.yml | 4 ++-- .github/workflows/docker-multistage-test.yml | 4 ++-- .github/workflows/docker-name-version-arch.yml | 8 ++++---- .github/workflows/docker-name-version-flavour-arch.yml | 8 ++++---- .github/workflows/lint-generic.yml | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/docker-multistage-build.yml b/.github/workflows/docker-multistage-build.yml index f14cddf..d95444e 100644 --- a/.github/workflows/docker-multistage-build.yml +++ b/.github/workflows/docker-multistage-build.yml @@ -73,13 +73,13 @@ jobs: # Setup repository # ------------------------------------------------------------ - name: "[SETUP] Checkout repository (current)" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 if: ${{ !inputs.has_refs }} - name: "[SETUP] Checkout repository (ref: ${{ matrix.REFS }})" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ matrix.REFS }} diff --git a/.github/workflows/docker-multistage-push-image.yml b/.github/workflows/docker-multistage-push-image.yml index c29e3e7..2c56ade 100644 --- a/.github/workflows/docker-multistage-push-image.yml +++ b/.github/workflows/docker-multistage-push-image.yml @@ -55,13 +55,13 @@ jobs: # Setup repository # ------------------------------------------------------------ - name: "[SETUP] Checkout repository (current)" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 if: ${{ !inputs.has_refs }} - name: "[SETUP] Checkout repository (ref: ${{ matrix.REFS }})" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ matrix.REFS }} diff --git a/.github/workflows/docker-multistage-push-manifest.yml b/.github/workflows/docker-multistage-push-manifest.yml index 1ee05db..1fc19ec 100644 --- a/.github/workflows/docker-multistage-push-manifest.yml +++ b/.github/workflows/docker-multistage-push-manifest.yml @@ -57,13 +57,13 @@ jobs: # Setup repository # ------------------------------------------------------------ - name: "[SETUP] Checkout repository (current)" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 if: ${{ !inputs.has_refs }} - name: "[SETUP] Checkout repository (ref: ${{ matrix.REFS }})" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ matrix.REFS }} diff --git a/.github/workflows/docker-multistage-test.yml b/.github/workflows/docker-multistage-test.yml index dc61c5c..0dd6647 100644 --- a/.github/workflows/docker-multistage-test.yml +++ b/.github/workflows/docker-multistage-test.yml @@ -41,13 +41,13 @@ jobs: # Setup repository # ------------------------------------------------------------ - name: "[SETUP] Checkout repository (current)" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 if: ${{ !inputs.has_refs }} - name: "[SETUP] Checkout repository (ref: ${{ matrix.REFS }})" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ matrix.REFS }} diff --git a/.github/workflows/docker-name-version-arch.yml b/.github/workflows/docker-name-version-arch.yml index 3228b2b..1f118af 100644 --- a/.github/workflows/docker-name-version-arch.yml +++ b/.github/workflows/docker-name-version-arch.yml @@ -126,13 +126,13 @@ jobs: # Setup repository # ------------------------------------------------------------ - name: "[SETUP] Checkout repository (current)" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 if: needs.configure.outputs.has_refs == 0 - name: "[SETUP] Checkout repository (ref: ${{ matrix.refs }})" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ matrix.refs }} @@ -215,13 +215,13 @@ jobs: # Setup repository # ------------------------------------------------------------ - name: "[SETUP] Checkout repository (current)" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 if: needs.configure.outputs.has_refs == 0 - name: "[SETUP] Checkout repository (ref: ${{ matrix.refs }})" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ matrix.refs }} diff --git a/.github/workflows/docker-name-version-flavour-arch.yml b/.github/workflows/docker-name-version-flavour-arch.yml index e9c0f45..a9e1386 100644 --- a/.github/workflows/docker-name-version-flavour-arch.yml +++ b/.github/workflows/docker-name-version-flavour-arch.yml @@ -126,13 +126,13 @@ jobs: # Setup repository # ------------------------------------------------------------ - name: "[SETUP] Checkout repository (current)" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 if: needs.configure.outputs.has_refs == 0 - name: "[SETUP] Checkout repository (ref: ${{ matrix.refs }})" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ matrix.refs }} @@ -215,13 +215,13 @@ jobs: # Setup repository # ------------------------------------------------------------ - name: "[SETUP] Checkout repository (current)" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 if: needs.configure.outputs.has_refs == 0 - name: "[SETUP] Checkout repository (ref: ${{ matrix.refs }})" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ matrix.refs }} diff --git a/.github/workflows/lint-generic.yml b/.github/workflows/lint-generic.yml index ee2077a..7cb4a09 100644 --- a/.github/workflows/lint-generic.yml +++ b/.github/workflows/lint-generic.yml @@ -14,7 +14,7 @@ jobs: steps: - name: "[SETUP] Checkout repository" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0