Skip to content

Commit

Permalink
build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 in t…
Browse files Browse the repository at this point in the history
…he updates group (#3202)
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 678dda5 commit 05cbbfc
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 @@ -128,7 +128,7 @@ jobs:
org.opencontainers.image.authors=Geoff Bourne <[email protected]>
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0

- name: Set up QEMU
uses: docker/[email protected]
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 @@ -53,7 +53,7 @@ jobs:
fetch-depth: 0

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0

- name: Confirm multi-arch build
uses: docker/[email protected]
Expand Down

0 comments on commit 05cbbfc

Please sign in to comment.