Skip to content

Commit 27cb27e

Browse files
authored
Merge pull request #106 from paullockaby/dependabot/github_actions/docker/setup-qemu-action-4
fix(deps): bump docker/setup-qemu-action from 3 to 4
2 parents e535210 + 6f7bd7e commit 27cb27e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# this will work well with AWS Lambda.
5252
#
5353
# - name: Configure Docker for multi-arch builds#
54-
# uses: docker/setup-qemu-action@v3
54+
# uses: docker/setup-qemu-action@v4
5555
#
5656
# - name: Build and push container image
5757
# run: |
@@ -69,7 +69,7 @@ jobs:
6969
# see: https://github.com/actions/delete-package-versions/issues/90
7070
#
7171
# - name: Set up QEMU for docker multiarch builds
72-
# uses: docker/setup-qemu-action@v3
72+
# uses: docker/setup-qemu-action@v4
7373
#
7474
# - name: Build and push container images
7575
# run: |
@@ -79,7 +79,7 @@ jobs:
7979
# IMAGE_NAME: ghcr.io/myaccount/myrepo
8080

8181
- name: Configure Docker for multi-arch builds
82-
uses: docker/setup-qemu-action@v3
82+
uses: docker/setup-qemu-action@v4
8383

8484
- name: Set up Docker buildx for multi-arch builds
8585
uses: docker/setup-buildx-action@v4

0 commit comments

Comments
 (0)