From 2403b0545bcdedb401a7f51bcceb9d7049537850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 01:30:03 +0000 Subject: [PATCH] build(deps): bump crazy-max/ghaction-setup-docker from 3.0.0 to 3.1.0 Bumps [crazy-max/ghaction-setup-docker](https://github.com/crazy-max/ghaction-setup-docker) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases) - [Commits](https://github.com/crazy-max/ghaction-setup-docker/compare/d9be6cade441568ba10037bce5221b8f564981f1...c2351bbd0bfab8cd65e684219ad8ea46a6d093f3) --- 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/docker-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index ece9c69046..12a7a5e7e1 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -82,7 +82,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@d9be6cade441568ba10037bce5221b8f564981f1 + uses: crazy-max/ghaction-setup-docker@c2351bbd0bfab8cd65e684219ad8ea46a6d093f3 with: version: v24.0.6 daemon-config: |