From fd14a726afe7cea4a1185c5fed767fa4cba68635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:06:45 +0000 Subject: [PATCH] Bump docker/build-push-action from 6 to 7 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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