Skip to content

Commit 577985a

Browse files
build(deps): bump crazy-max/ghaction-setup-docker from 3.5.0 to 4.0.0 (#3458)
1 parent 692387d commit 577985a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
with:
343343
dockerfile: Dockerfile
344344
- name: Enable containerd image store
345-
uses: crazy-max/ghaction-setup-docker@v3.5.0
345+
uses: crazy-max/ghaction-setup-docker@v4.0.0
346346
with:
347347
version: v24.0.6
348348
daemon-config: |

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
release_tag=${{ steps.get-latest-tag.outputs.tag }}
8686
echo "LATEST_VERSION=${release_tag#*/}" >> "$GITHUB_ENV"
8787
- name: Enable containerd image store # See https://github.com/docker/setup-buildx-action/issues/257#issuecomment-1722284952
88-
uses: crazy-max/ghaction-setup-docker@635d07c09dc2b52072362e9bb37e7e789767106d
88+
uses: crazy-max/ghaction-setup-docker@7188e7a99827d70f850d0e0cb39c385f2a7b436d
8989
with:
9090
version: v24.0.6
9191
daemon-config: |

0 commit comments

Comments
 (0)