From 8e8cbfe294a97dacacc54b7a64d0a546d6448711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:18:43 +0000 Subject: [PATCH 1/2] build(deps): bump crazy-max/ghaction-setup-docker from 3.5.0 to 4.0.0 Bumps [crazy-max/ghaction-setup-docker](https://github.com/crazy-max/ghaction-setup-docker) from 3.5.0 to 4.0.0. - [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases) - [Commits](https://github.com/crazy-max/ghaction-setup-docker/compare/635d07c09dc2b52072362e9bb37e7e789767106d...01efb57f882e3b1a22e7cf3501dbe51287b0ecb4) --- 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/build-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index f4468d22..b7b3f5c3 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -65,7 +65,7 @@ jobs: uses: Automattic/vip-actions/expose-github-runtime@e1faabf165941008de4c0c1381df153e49d8ad2c # v0.6.0 - name: Set up Docker - uses: crazy-max/ghaction-setup-docker@635d07c09dc2b52072362e9bb37e7e789767106d # v3.5.0 + uses: crazy-max/ghaction-setup-docker@01efb57f882e3b1a22e7cf3501dbe51287b0ecb4 # v4.0.0 with: daemon-config: | { From 9b60ac757e8626a6a7e7819b60acf4a144a7e734 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Mon, 9 Dec 2024 12:56:23 +0200 Subject: [PATCH 2/2] ci: rename `crazy-max/ghaction-setup-docker` to `docker/setup-docker-action` --- .github/workflows/build-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index b7b3f5c3..9c0e7fbd 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -65,7 +65,7 @@ jobs: uses: Automattic/vip-actions/expose-github-runtime@e1faabf165941008de4c0c1381df153e49d8ad2c # v0.6.0 - name: Set up Docker - uses: crazy-max/ghaction-setup-docker@01efb57f882e3b1a22e7cf3501dbe51287b0ecb4 # v4.0.0 + uses: docker/setup-docker-action@01efb57f882e3b1a22e7cf3501dbe51287b0ecb4 # v4.0.0 with: daemon-config: | {