Skip to content

Commit b69ad51

Browse files
⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#60)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.2.0 to v1.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1.2.0...0d135e0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abd0603 commit b69ad51

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
@@ -140,7 +140,7 @@ jobs:
140140
- name: 🏗 Set up QEMU
141141
uses: docker/setup-qemu-action@v1.1.0
142142
- name: 🏗 Set up Docker Buildx
143-
uses: docker/setup-buildx-action@v1.2.0
143+
uses: docker/setup-buildx-action@v1.3.0
144144
- name: 🏗 Set up CodeNotary
145145
run: bash <(curl https://getvcn.codenotary.com -L)
146146
- name: ℹ️ Compose build flags

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: 🏗 Set up QEMU
8484
uses: docker/setup-qemu-action@v1.1.0
8585
- name: 🏗 Set up Docker Buildx
86-
uses: docker/setup-buildx-action@v1.2.0
86+
uses: docker/setup-buildx-action@v1.3.0
8787
- name: 🏗 Set up CodeNotary
8888
run: bash <(curl https://getvcn.codenotary.com -L)
8989
- name: ℹ️ Compose build flags

0 commit comments

Comments
 (0)