Skip to content

Commit

Permalink
chore(deps): update docker/setup-qemu-action action to v3.4.0 (#736)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent a75b142 commit 9f3f47c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.3.0
uses: docker/setup-qemu-action@v3.4.0
with:
platforms: ${{ matrix.architecture }}
- name: Set up Docker Buildx
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.3.0
uses: docker/setup-qemu-action@v3.4.0
with:
platforms: all
- name: Set up Docker Buildx
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.3.0
uses: docker/setup-qemu-action@v3.4.0
with:
platforms: all
- name: Set up Docker Buildx
Expand Down

0 comments on commit 9f3f47c

Please sign in to comment.