Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump crazy-max/ghaction-setup-docker from 3.3.0 to 3.4.0 #3344

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
with:
dockerfile: Dockerfile
- name: Enable containerd image store
uses: crazy-max/ghaction-setup-docker@v3.3.0
uses: crazy-max/ghaction-setup-docker@v3.4.0
with:
version: v24.0.6
daemon-config: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
release_tag=${{ steps.get-latest-tag.outputs.tag }}
echo "LATEST_VERSION=${release_tag#*/}" >> "$GITHUB_ENV"
- name: Enable containerd image store # See https://github.com/docker/setup-buildx-action/issues/257#issuecomment-1722284952
uses: crazy-max/ghaction-setup-docker@78318f8be53384b971671f27d81f5e72526c102d
uses: crazy-max/ghaction-setup-docker@26145a578dce008fee793528d031cd72c57d51af
with:
version: v24.0.6
daemon-config: |
Expand Down