From 503eeb57ea4ab467a61883671a208f3fd2a9a395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:21:06 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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..1156f6b 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@v5 with: fetch-depth: 0 if: ${{ !inputs.has_refs }} - name: "[SETUP] Checkout repository (ref: ${{ matrix.REFS }})" - uses: actions/checkout@v4 + uses: actions/checkout@v5 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..cc3392d 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@v5 with: fetch-depth: 0 if: ${{ !inputs.has_refs }} - name: "[SETUP] Checkout repository (ref: ${{ matrix.REFS }})" - uses: actions/checkout@v4 + uses: actions/checkout@v5 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..c3af3f3 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@v5 with: fetch-depth: 0 if: ${{ !inputs.has_refs }} - name: "[SETUP] Checkout repository (ref: ${{ matrix.REFS }})" - uses: actions/checkout@v4 + uses: actions/checkout@v5 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..dfff5a2 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@v5 with: fetch-depth: 0 if: ${{ !inputs.has_refs }} - name: "[SETUP] Checkout repository (ref: ${{ matrix.REFS }})" - uses: actions/checkout@v4 + uses: actions/checkout@v5 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..78aaa3f 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@v5 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@v5 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@v5 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@v5 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..ae72b12 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@v5 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@v5 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@v5 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@v5 with: fetch-depth: 0 ref: ${{ matrix.refs }} diff --git a/.github/workflows/lint-generic.yml b/.github/workflows/lint-generic.yml index ee2077a..8ec0071 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@v5 with: fetch-depth: 0