diff --git a/.github/workflows/docker-multistage-build.yml b/.github/workflows/docker-multistage-build.yml index a6336c3..e58df9d 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@v3 + uses: actions/checkout@v5 with: fetch-depth: 0 if: ${{ !inputs.has_refs }} - name: "[SETUP] Checkout repository (ref: ${{ matrix.REFS }})" - uses: actions/checkout@v3 + 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 37ab390..b49ae71 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@v3 + uses: actions/checkout@v5 with: fetch-depth: 0 if: ${{ !inputs.has_refs }} - name: "[SETUP] Checkout repository (ref: ${{ matrix.REFS }})" - uses: actions/checkout@v3 + 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 f1e48ea..6bf9a4b 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@v3 + uses: actions/checkout@v5 with: fetch-depth: 0 if: ${{ !inputs.has_refs }} - name: "[SETUP] Checkout repository (ref: ${{ matrix.REFS }})" - uses: actions/checkout@v3 + 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 0a2d165..e77d2e5 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@v3 + uses: actions/checkout@v5 with: fetch-depth: 0 if: ${{ !inputs.has_refs }} - name: "[SETUP] Checkout repository (ref: ${{ matrix.REFS }})" - uses: actions/checkout@v3 + 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 27e2435..e39d3d2 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@v3 + 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@v3 + 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@v3 + 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@v3 + 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 727cc58..732d784 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@v3 + 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@v3 + 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@v3 + 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@v3 + 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 344a3b7..bcf42e5 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@v3 + uses: actions/checkout@v5 with: fetch-depth: 0