diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml index 3d7cef925..9146ccc43 100644 --- a/.github/workflows/container_latest.yml +++ b/.github/workflows/container_latest.yml @@ -26,7 +26,7 @@ jobs: qemu: true steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Free Disk Space run: | echo "Available disk space before cleanup:" @@ -113,7 +113,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Docker meta id: docker_meta uses: docker/metadata-action@v5 diff --git a/.github/workflows/container_release1.yml b/.github/workflows/container_release1.yml index 056948fcf..8cc39dbeb 100644 --- a/.github/workflows/container_release1.yml +++ b/.github/workflows/container_release1.yml @@ -29,7 +29,7 @@ jobs: qemu: true steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Free Disk Space run: | echo "Available disk space before cleanup:" @@ -102,7 +102,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Docker meta id: docker_meta uses: docker/metadata-action@v5 diff --git a/.github/workflows/container_release2.yml b/.github/workflows/container_release2.yml index f6cd702bc..cc027acff 100644 --- a/.github/workflows/container_release2.yml +++ b/.github/workflows/container_release2.yml @@ -29,7 +29,7 @@ jobs: qemu: true steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Free Disk Space run: | echo "Available disk space before cleanup:" @@ -103,7 +103,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Docker meta id: docker_meta uses: docker/metadata-action@v5 diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml index e8ff7dcbf..0e630ef14 100644 --- a/.github/workflows/container_release3.yml +++ b/.github/workflows/container_release3.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Free Disk Space run: | diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml index 55d658fdf..7f654d978 100644 --- a/.github/workflows/container_release4.yml +++ b/.github/workflows/container_release4.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Free Disk Space run: | diff --git a/.github/workflows/container_release5.yml b/.github/workflows/container_release5.yml index ad3698763..a57c1b0fb 100644 --- a/.github/workflows/container_release5.yml +++ b/.github/workflows/container_release5.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Free Disk Space run: | diff --git a/.github/workflows/container_release_unified.yml b/.github/workflows/container_release_unified.yml index 3d3a24d6c..d3c3c278b 100644 --- a/.github/workflows/container_release_unified.yml +++ b/.github/workflows/container_release_unified.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Free Disk Space run: |