Skip to content

Commit e4c3745

Browse files
authored
Merge pull request #4339 from GitTools/dependabot/github_actions/crazy-max/ghaction-setup-docker-4
(build deps): Bump crazy-max/ghaction-setup-docker from 3 to 4
2 parents fb71e8a + 0fecafc commit e4c3745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
path: ${{ github.workspace }}/artifacts/packages/nuget
4444
-
4545
name: Set up Docker
46-
uses: crazy-max/ghaction-setup-docker@v3
46+
uses: docker/setup-docker-action@v4
4747
with:
4848
daemon-config: '{ "features": { "containerd-snapshotter": true } }'
4949
-

.github/workflows/_docker_manifests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: ./.github/actions/cache-restore
3232
-
3333
name: Set up Docker
34-
uses: crazy-max/ghaction-setup-docker@v3
34+
uses: docker/setup-docker-action@v4
3535
with:
3636
daemon-config: '{ "features": { "containerd-snapshotter": true } }'
3737
-

0 commit comments

Comments
 (0)