Skip to content

Commit

Permalink
Bump crazy-max/ghaction-setup-docker from 3 to 4
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 12f117c commit 4edb731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# So let's use containerd instead as it supports this option
# Also containerd is one of the option to allow preserving provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations
- name: Setup docker with containerd
uses: crazy-max/ghaction-setup-docker@v3
uses: crazy-max/ghaction-setup-docker@v4
with:
daemon-config: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# setup containerd to preserve provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations
- name: Setup docker with containerd
uses: crazy-max/ghaction-setup-docker@v3
uses: crazy-max/ghaction-setup-docker@v4
with:
daemon-config: |
{
Expand Down

0 comments on commit 4edb731

Please sign in to comment.