Skip to content

Commit

Permalink
Merge pull request #6 from f-allian/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/docker/setup-qemu-action-3

Upgrade: Bump docker/setup-qemu-action from 2 to 3 in /.github/workflows
  • Loading branch information
f-allian authored Sep 27, 2023
2 parents 934f81f + 4157a34 commit 7dbd98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Buildx
uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 7dbd98a

Please sign in to comment.