Skip to content

Commit 0fecafc

Browse files
dependabot[bot]arturcic
authored andcommitted
(build deps): Bump crazy-max/ghaction-setup-docker from 3 to 4
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] <[email protected]>
1 parent fb71e8a commit 0fecafc

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)