Skip to content

Commit 31857cd

Browse files
renovate[bot]alcohol
authored andcommitted
Update docker/setup-qemu-action action to v4
1 parent fd32506 commit 31857cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/1.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
echo "PLATFORM_SLUG=${platform//\//-}" >> $GITHUB_ENV
117117
118118
- name: Set up QEMU
119-
uses: docker/setup-qemu-action@v3
119+
uses: docker/setup-qemu-action@v4
120120
with:
121121
platforms: ${{ matrix.platform }}
122122

.github/workflows/2.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
echo "PLATFORM_SLUG=${platform//\//-}" >> $GITHUB_ENV
117117
118118
- name: Set up QEMU
119-
uses: docker/setup-qemu-action@v3
119+
uses: docker/setup-qemu-action@v4
120120
with:
121121
platforms: ${{ matrix.platform }}
122122

.github/workflows/latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
echo "PLATFORM_SLUG=${platform//\//-}" >> $GITHUB_ENV
121121
122122
- name: Set up QEMU
123-
uses: docker/setup-qemu-action@v3
123+
uses: docker/setup-qemu-action@v4
124124
with:
125125
platforms: ${{ matrix.platform }}
126126

0 commit comments

Comments
 (0)