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