Skip to content

Commit

Permalink
Merge branch 'master' into gonza/foreign-assets-via-token-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzamontiel authored Jan 8, 2025
2 parents aaab255 + 1275f83 commit a0b0e64
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
with:
version: latest
driver-opts: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
with:
version: latest
driver-opts: |
Expand Down

0 comments on commit a0b0e64

Please sign in to comment.