Skip to content

Commit

Permalink
Bump docker/setup-buildx-action from 2.2.1 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.2.1 to 3.3.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2.2.1...v3.3.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 330d76a commit 1f9b4ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/addon-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: ๐Ÿ— Set up QEMU
uses: docker/[email protected]
- name: ๐Ÿ— Set up Docker Buildx
uses: docker/setup-buildx-action@v2.2.1
uses: docker/setup-buildx-action@v3.3.0
- name: โ„น๏ธ Compose build flags
id: flags
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/addon-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: ๐Ÿ— Set up QEMU
uses: docker/[email protected]
- name: ๐Ÿ— Set up Docker Buildx
uses: docker/setup-buildx-action@v2.2.1
uses: docker/setup-buildx-action@v3.3.0
- name: ๐Ÿ— Set up Codenotary Community Attestation Service (CAS)
uses: frenck/[email protected]
- name: โ„น๏ธ Compose build flags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/base-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: ๐Ÿ— Set up QEMU
uses: docker/[email protected]
- name: ๐Ÿ— Set up Docker Buildx
uses: docker/setup-buildx-action@v2.2.1
uses: docker/setup-buildx-action@v3.3.0
- name: โ„น๏ธ Compose build flags
id: flags
run: |
Expand Down

0 comments on commit 1f9b4ab

Please sign in to comment.