diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 1d2f889..67805bb 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -97,7 +97,7 @@ jobs: - name: Set up Docker Buildx if: steps.release.outputs.released == 'true' - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Log in to GitHub Container Registry if: steps.release.outputs.released == 'true' diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 116e8e9..7a78f0a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -191,7 +191,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Log in to GitHub Container Registry uses: docker/login-action@v3 diff --git a/.github/workflows/docker-app.yml b/.github/workflows/docker-app.yml index 534777c..c9d83c3 100644 --- a/.github/workflows/docker-app.yml +++ b/.github/workflows/docker-app.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Docker Buildx (with retry) - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 with: install: true timeout-minutes: 5