Skip to content

Commit

Permalink
Merge pull request #118 from crazy-max/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/setup-qemu-action-3

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
crazy-max authored Dec 18, 2023
2 parents 68e8b22 + 406bf39 commit 75b2d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: sudo rm -rf /usr/share/dotnet
-
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 Expand Up @@ -86,7 +86,7 @@ jobs:
run: sudo rm -rf /usr/share/dotnet
-
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 75b2d43

Please sign in to comment.