Skip to content

Commit

Permalink
Merge pull request #78 from pi-hole/dependabot/github_actions/master/…
Browse files Browse the repository at this point in the history
…docker/setup-qemu-action-3

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
DL6ER committed Sep 28, 2023
2 parents 6aa4a9f + 84081a1 commit 8fa4d4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pi-hole-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
-
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/ftl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# Add support for more platforms with QEMU (optional)
# https://github.com/docker/setup-qemu-action
name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all
-
Expand Down

0 comments on commit 8fa4d4d

Please sign in to comment.