From 4814b0df364e48bf62bd241d9cc001cc52360755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:00:27 +0000 Subject: [PATCH] Bump crazy-max/ghaction-setup-docker from 3.5.0 to 4.3.0 Bumps [crazy-max/ghaction-setup-docker](https://github.com/crazy-max/ghaction-setup-docker) from 3.5.0 to 4.3.0. - [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases) - [Commits](https://github.com/crazy-max/ghaction-setup-docker/compare/635d07c09dc2b52072362e9bb37e7e789767106d...b60f85385d03ac8acfca6d9996982511d8620a19) --- updated-dependencies: - dependency-name: crazy-max/ghaction-setup-docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker_build.yml | 2 +- .github/workflows/docker_publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 35ecc5390..cf2934bc4 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -49,7 +49,7 @@ jobs: # Also containerd is one of the option to allow preserving provenance attestations: # https://docs.docker.com/build/attestations/#creating-attestations - name: Setup docker with containerd - uses: crazy-max/ghaction-setup-docker@635d07c09dc2b52072362e9bb37e7e789767106d # infered from @v3 + uses: crazy-max/ghaction-setup-docker@b60f85385d03ac8acfca6d9996982511d8620a19 # infered from @v3 with: daemon-config: | { diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml index a71a3652b..95d4c5fdc 100644 --- a/.github/workflows/docker_publish.yml +++ b/.github/workflows/docker_publish.yml @@ -33,7 +33,7 @@ jobs: # setup containerd to preserve provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations - name: Setup docker with containerd - uses: crazy-max/ghaction-setup-docker@635d07c09dc2b52072362e9bb37e7e789767106d # infered from @v3 + uses: crazy-max/ghaction-setup-docker@b60f85385d03ac8acfca6d9996982511d8620a19 # infered from @v3 with: daemon-config: | {