Skip to content

Commit 5f7836b

Browse files
Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 (#133)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e15603e commit 5f7836b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: 🏗 Set up QEMU
139139
uses: docker/setup-qemu-action@v1.2.0
140140
- name: 🏗 Set up Docker Buildx
141-
uses: docker/setup-buildx-action@v1.5.1
141+
uses: docker/setup-buildx-action@v1.6.0
142142
- name: 🏗 Set up CodeNotary
143143
run: bash <(curl https://getvcn.codenotary.com -L)
144144
- name: ℹ️ Compose build flags

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: 🏗 Set up QEMU
8282
uses: docker/setup-qemu-action@v1.2.0
8383
- name: 🏗 Set up Docker Buildx
84-
uses: docker/setup-buildx-action@v1.5.1
84+
uses: docker/setup-buildx-action@v1.6.0
8585
- name: 🏗 Set up CodeNotary
8686
run: bash <(curl https://getvcn.codenotary.com -L)
8787
- name: ℹ️ Compose build flags

0 commit comments

Comments
 (0)