Skip to content

Commit

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

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
john30 authored Dec 26, 2023
2 parents 5ff16a4 + 642e57d commit 9897577
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: proudust/gh-describe@v1.4.6
-
name: set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
-
name: set up buildx
id: buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preparerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: proudust/gh-describe@v1.4.6
-
name: set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
-
name: set up buildx
id: buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
-
name: set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
-
name: set up buildx
id: buildx
Expand Down

0 comments on commit 9897577

Please sign in to comment.