Skip to content

Commit

Permalink
Merge pull request #407 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
chrira authored Sep 12, 2023
2 parents c83a3ed + b0ec6cb commit b735e03
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@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 b735e03

Please sign in to comment.