Skip to content

Commit

Permalink
Merge pull request #4339 from GitTools/dependabot/github_actions/craz…
Browse files Browse the repository at this point in the history
…y-max/ghaction-setup-docker-4

(build deps): Bump crazy-max/ghaction-setup-docker from 3 to 4
  • Loading branch information
arturcic authored Dec 6, 2024
2 parents fb71e8a + 0fecafc commit e4c3745
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: ${{ github.workspace }}/artifacts/packages/nuget
-
name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
uses: docker/setup-docker-action@v4
with:
daemon-config: '{ "features": { "containerd-snapshotter": true } }'
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_docker_manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: ./.github/actions/cache-restore
-
name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
uses: docker/setup-docker-action@v4
with:
daemon-config: '{ "features": { "containerd-snapshotter": true } }'
-
Expand Down

0 comments on commit e4c3745

Please sign in to comment.