Skip to content

Commit

Permalink
build(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0 in t…
Browse files Browse the repository at this point in the history
…he updates group (#2769)
  • Loading branch information
dependabot[bot] authored Apr 14, 2024
1 parent 7dce58b commit c666cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
org.opencontainers.image.authors=Geoff Bourne <itzgeoff@gmail.com>
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3.3.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fetch-depth: 0

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3.3.0

- name: Confirm multi-arch build
uses: docker/build-push-action@v5.3.0
Expand Down

0 comments on commit c666cf2

Please sign in to comment.