diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d323da61d..66b16c98d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,7 +159,7 @@ jobs: - name: Build Docker image with vcpkg if: runner.os == 'linux' # using build-push-action (without push) to make use of cache arguments - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v6 with: context: . file: .github/docker/manylinux-vcpkg.Dockerfile diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 1eb1f8ab7..5dfe37769 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -40,7 +40,7 @@ jobs: - name: Build Docker image with vcpkg if: runner.os == 'linux' # using build-push-action (without push) to make use of cache arguments - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v6 with: context: . file: .github/docker/manylinux-vcpkg.Dockerfile