Skip to content

Commit 6bf50ec

Browse files
Bump docker/setup-buildx-action from 2.5.0 to 3.2.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.5.0 to 3.2.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2.5.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5a9a28 commit 6bf50ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3.3.0
1515

1616
- name: Set up Docker Buildx
17-
uses: docker/setup-buildx-action@v2.5.0
17+
uses: docker/setup-buildx-action@v3.2.0
1818

1919
- name: Cache Docker layers
2020
uses: actions/cache@v3.3.0

0 commit comments

Comments
 (0)