diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9745a9..1aeb5fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: docker/setup-buildx-action@v2 + - uses: docker/setup-buildx-action@v3 - run: make docker.image no-cache=yes tag=build-${{ github.run_number }}