Skip to content

Commit a0c0dfa

Browse files
build(deps): bump docker/setup-docker-action from 4 to 5
Bumps [docker/setup-docker-action](https://github.com/docker/setup-docker-action) from 4 to 5. - [Release notes](https://github.com/docker/setup-docker-action/releases) - [Commits](docker/setup-docker-action@v4...v5) --- updated-dependencies: - dependency-name: docker/setup-docker-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ec09d5 commit a0c0dfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-all-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/checkout@v6
163163

164164
- name: Set up Docker registry mirror # this is needed because linuxkit pulls images from dockerhub and we want to use a registry mirror to avoid rate limiting
165-
uses: docker/setup-docker-action@v4
165+
uses: docker/setup-docker-action@v5
166166
with:
167167
daemon-config: |
168168
{

0 commit comments

Comments
 (0)