Skip to content

Commit

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

Update docker/setup-qemu-action action to v2
  • Loading branch information
chrira authored May 12, 2022
2 parents 11f8040 + a8e3043 commit 1e9a3a3
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 @@ -22,7 +22,7 @@ jobs:
run: npm ci && npm run mdlint
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
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 @@ -25,7 +25,7 @@ jobs:
run: npm ci && npm run mdlint
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 1e9a3a3

Please sign in to comment.