diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c06cf62..3f6c0ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: with: images: inseefrlab/s3-operator # list of Docker images to use as base name for tags - name: Set up QEMU - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to DockerHub