diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 71326eeb6..72cda1f24 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -209,7 +209,7 @@ jobs: - if: ${{ steps.pydep-precheck.outputs.do_generation == 'true' }} uses: docker/setup-buildx-action@v3 - if: ${{ steps.pydep-precheck.outputs.do_generation == 'true' }} - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: ./Dockerfile @@ -233,7 +233,7 @@ jobs: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags - uses: docker/setup-buildx-action@v3 - - uses: docker/build-push-action@v6 + - uses: docker/build-push-action@v7 with: context: . file: ./Dockerfile @@ -270,7 +270,7 @@ jobs: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags - uses: docker/setup-buildx-action@v3 - - uses: docker/build-push-action@v6 + - uses: docker/build-push-action@v7 with: context: . file: ./Dockerfile @@ -408,7 +408,7 @@ jobs: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags - uses: docker/setup-buildx-action@v3 - - uses: docker/build-push-action@v6 + - uses: docker/build-push-action@v7 with: context: . file: ./Dockerfile @@ -504,7 +504,7 @@ jobs: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags - uses: docker/setup-buildx-action@v3 - - uses: docker/build-push-action@v6 + - uses: docker/build-push-action@v7 with: context: . file: ./Dockerfile @@ -603,7 +603,7 @@ jobs: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags - uses: docker/setup-buildx-action@v3 - - uses: docker/build-push-action@v6 + - uses: docker/build-push-action@v7 with: context: . file: ./Dockerfile @@ -656,7 +656,7 @@ jobs: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags - uses: docker/setup-buildx-action@v3 - - uses: docker/build-push-action@v6 + - uses: docker/build-push-action@v7 with: context: . file: ./Dockerfile