Skip to content

Commit a1e7167

Browse files
deps(deps): update docker/setup-qemu-action action to v4
1 parent 54cbbef commit a1e7167

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}
5050

5151
- name: 🖥️ Setup docker QEMU
52-
uses: docker/setup-qemu-action@v3
52+
uses: docker/setup-qemu-action@v4
5353
with:
5454
platforms: linux/${{ matrix.builder.arch }}
5555

@@ -168,7 +168,7 @@ jobs:
168168
password: ${{ secrets.GITHUB_TOKEN }}
169169

170170
- name: 🖥️ Setup docker QEMU
171-
uses: docker/setup-qemu-action@v3
171+
uses: docker/setup-qemu-action@v4
172172
with:
173173
platforms: linux/amd64,linux/arm64
174174

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}
4949

5050
- name: 🖥️ Setup docker QEMU
51-
uses: docker/setup-qemu-action@v3
51+
uses: docker/setup-qemu-action@v4
5252

5353
- name: 🛠️ Set up Docker Buildx
5454
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)