Skip to content

Commit

Permalink
Merge pull request #197 from puzzle/renovate/docker-setup-qemu-action…
Browse files Browse the repository at this point in the history
…-3.x

Update docker/setup-qemu-action action to v3
  • Loading branch information
christofluethi authored Oct 4, 2023
2 parents 39fae9b + ca34566 commit 39da149
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm ci && npm run mdlint

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm ci && npm run mdlint

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 39da149

Please sign in to comment.