Skip to content

Commit

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

build(deps): bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
crazy-max authored Dec 18, 2023
2 parents 9d310b6 + ad7d213 commit f6e4c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
fetch-depth: 0
-
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@v2
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
org.opencontainers.image.vendor=CrazyMax
-
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@v2
Expand Down

0 comments on commit f6e4c44

Please sign in to comment.