From f1f1ab841f7b0564ee517f6920de5c8631dd1e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:49:01 +0000 Subject: [PATCH] Bump docker/build-push-action from 3 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wipac-cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wipac-cicd.yml b/.github/workflows/wipac-cicd.yml index d021695..da12191 100644 --- a/.github/workflows/wipac-cicd.yml +++ b/.github/workflows/wipac-cicd.yml @@ -213,7 +213,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@v2 - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v6 with: context: . cache-from: type=gha @@ -243,7 +243,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ matrix.py3 }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v6 with: context: . cache-from: type=gha