Skip to content

Commit

Permalink
chore(deps): update docker/setup-qemu-action action to v3.4.0 (#423)
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 702a75a commit 255650a
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 @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up QEMU
if: matrix.architecture != 'linux/arm64'
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 @@ -193,7 +193,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 @@ -234,7 +234,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 255650a

Please sign in to comment.