Skip to content

Commit

Permalink
Merge pull request #55 from freifunkMUC/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/setup-qemu-action-3

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
GoliathLabs authored Jan 25, 2024
2 parents 32870aa + a9a300b commit 463a34b
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 @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Set up Docker Buildx
Expand Down

0 comments on commit 463a34b

Please sign in to comment.