diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 532bbe7..3279fad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v7 # docker-container driver so `cache-to: type=gha` works (the default # docker driver can't export cache — the build fails without this). - - uses: docker/setup-buildx-action@v3 + - uses: docker/setup-buildx-action@v4 - name: Log in to GHCR uses: docker/login-action@v4 with: