Skip to content

Commit 4edb731

Browse files
Bump crazy-max/ghaction-setup-docker from 3 to 4
Bumps [crazy-max/ghaction-setup-docker](https://github.com/crazy-max/ghaction-setup-docker) from 3 to 4. - [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases) - [Commits](docker/setup-docker-action@v3...v4) --- updated-dependencies: - dependency-name: crazy-max/ghaction-setup-docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12f117c commit 4edb731

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# So let's use containerd instead as it supports this option
4949
# Also containerd is one of the option to allow preserving provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations
5050
- name: Setup docker with containerd
51-
uses: crazy-max/ghaction-setup-docker@v3
51+
uses: crazy-max/ghaction-setup-docker@v4
5252
with:
5353
daemon-config: |
5454
{

.github/workflows/docker_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# setup containerd to preserve provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations
3535
- name: Setup docker with containerd
36-
uses: crazy-max/ghaction-setup-docker@v3
36+
uses: crazy-max/ghaction-setup-docker@v4
3737
with:
3838
daemon-config: |
3939
{

0 commit comments

Comments
 (0)