From 9569642ac3bcd00ae98db44bcc12457879548ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 01:14:16 +0000 Subject: [PATCH] build(deps): bump crazy-max/ghaction-setup-docker from 3.3.0 to 3.4.0 Bumps [crazy-max/ghaction-setup-docker](https://github.com/crazy-max/ghaction-setup-docker) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases) - [Commits](https://github.com/crazy-max/ghaction-setup-docker/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-setup-docker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code-health.yml | 2 +- .github/workflows/docker-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 26379a3218..40cadbda43 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -238,7 +238,7 @@ jobs: with: dockerfile: Dockerfile - name: Enable containerd image store - uses: crazy-max/ghaction-setup-docker@v3.3.0 + uses: crazy-max/ghaction-setup-docker@v3.4.0 with: version: v24.0.6 daemon-config: | diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 8d08f86068..e9ae8b5dfb 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -85,7 +85,7 @@ jobs: release_tag=${{ steps.get-latest-tag.outputs.tag }} echo "LATEST_VERSION=${release_tag#*/}" >> "$GITHUB_ENV" - name: Enable containerd image store # See https://github.com/docker/setup-buildx-action/issues/257#issuecomment-1722284952 - uses: crazy-max/ghaction-setup-docker@78318f8be53384b971671f27d81f5e72526c102d + uses: crazy-max/ghaction-setup-docker@26145a578dce008fee793528d031cd72c57d51af with: version: v24.0.6 daemon-config: |