Skip to content

Commit

Permalink
chore(deps): bump crazy-max/ghaction-setup-docker from 3.0.0 to 3.2.0
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.0.0 to 3.2.0.
- [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases)
- [Commits](crazy-max/ghaction-setup-docker@d9be6ca...5bddaa4)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-setup-docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 25, 2024
1 parent cae5399 commit 35405d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zxc-publish-production-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
containerd-version: v1.7.2

- name: Setup Docker Support
uses: crazy-max/ghaction-setup-docker@d9be6cade441568ba10037bce5221b8f564981f1 # v3.0.0
uses: crazy-max/ghaction-setup-docker@5bddaa4323ffd60efb2b5045b75b9637c12d4e50 # v3.2.0
env:
HOME: /x
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zxc-verify-docker-build-determinism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
containerd-version: v1.7.2

- name: Setup Docker Support
uses: crazy-max/ghaction-setup-docker@d9be6cade441568ba10037bce5221b8f564981f1 # v3.0.0
uses: crazy-max/ghaction-setup-docker@5bddaa4323ffd60efb2b5045b75b9637c12d4e50 # v3.2.0
if: ${{ steps.baseline.outputs.exists == 'false' && !failure() && !cancelled() }}
env:
HOME: /x
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
containerd-version: v1.7.2

- name: Setup Docker Support
uses: crazy-max/ghaction-setup-docker@d9be6cade441568ba10037bce5221b8f564981f1 # v3.0.0
uses: crazy-max/ghaction-setup-docker@5bddaa4323ffd60efb2b5045b75b9637c12d4e50 # v3.2.0
env:
HOME: ${{ runner.os == 'Linux' && '/x' || steps.home.outputs.directory }}
with:
Expand Down

0 comments on commit 35405d8

Please sign in to comment.