Skip to content

Commit cafa11c

Browse files
chore(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.12.0 to 4.0.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.12.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 91998bc commit cafa11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
password: ${{ secrets.GITHUB_TOKEN }}
109109

110110
- name: Set up Docker Buildx
111-
uses: docker/setup-buildx-action@v3.12.0
111+
uses: docker/setup-buildx-action@v4.0.0
112112

113113
- name: Build and push Docker image
114114
uses: docker/build-push-action@v6.19.2

0 commit comments

Comments
 (0)