Skip to content

Commit

Permalink
chore(deps): update docker/setup-qemu-action action to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
my-renovate[bot] authored Feb 9, 2025
1 parent dccb033 commit e9edb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Set up QEMU
if: ${{ !contains(matrix.platform, 'amd64') && !contains(matrix.platform, 'arm') }}
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
with:
platforms: ${{ matrix.platform }}

Expand Down

0 comments on commit e9edb6e

Please sign in to comment.