Skip to content

Commit

Permalink
Merge pull request #147 from philips-labs/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/setup-qemu-action-3

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
loafoe authored Oct 3, 2023
2 parents 47bce95 + 526f0b8 commit ae2414a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo ::set-output name=build_date::$(git show -s --format=%cI)
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo ::set-output name=build_date::$(git show -s --format=%cI)
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all

Expand Down

0 comments on commit ae2414a

Please sign in to comment.