Skip to content

Commit

Permalink
Merge pull request #49 from troykelly/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/setup-qemu-action-3

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
troykelly authored Sep 19, 2023
2 parents 6d9be90 + 4799648 commit 401cc55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
type=edge,enable=${{ matrix.version == '12.2.0' && matrix.os == 'ubuntu22.04' }},prefix=,suffix=
- 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
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# yamllint enable rule:line-length

- 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 401cc55

Please sign in to comment.