diff --git a/.github/workflows/docker-build-container.yaml b/.github/workflows/docker-build-container.yaml index 7855a09..eef9fa1 100644 --- a/.github/workflows/docker-build-container.yaml +++ b/.github/workflows/docker-build-container.yaml @@ -21,7 +21,7 @@ jobs: docker system prune -af - name: checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: "0" persist-credentials: false diff --git a/.github/workflows/docker-push-containers-to-dockerhub.yaml b/.github/workflows/docker-push-containers-to-dockerhub.yaml index 74a9991..b6650ff 100644 --- a/.github/workflows/docker-push-containers-to-dockerhub.yaml +++ b/.github/workflows/docker-push-containers-to-dockerhub.yaml @@ -28,7 +28,7 @@ jobs: docker system prune -af - name: checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: "0" persist-credentials: false