Skip to content

Commit

Permalink
Merge pull request #1068 from sundowndev/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/setup-qemu-action-2

fix(deps): bump docker/setup-qemu-action from 1 to 2
  • Loading branch information
sundowndev authored May 30, 2022
2 parents 1fc7b13 + a6680c5 commit d7e6e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
Expand Down

0 comments on commit d7e6e84

Please sign in to comment.