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