Skip to content

Commit

Permalink
Merge pull request #73 from gmt2001/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
gmt2001 authored Sep 13, 2023
2 parents eca132c + e1921db commit 74242ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 1
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: amd64
- name: Set up Docker Buildx
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
echo "branch=${GITHUB_REF:10}" >> $GITHUB_OUTPUT
- name: Set up QEMU
if: contains(steps.check_credentials.outputs.missingsecrets, 'no')
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: amd64,arm64,arm
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 1
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: amd64
- name: Set up Docker Buildx
Expand Down

0 comments on commit 74242ba

Please sign in to comment.