Skip to content

Commit 21adea0

Browse files
chore(deps): update docker/setup-qemu-action action to v3 (#8)
Co-authored-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
1 parent 11ffc05 commit 21adea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
path: tmp
4747
key: ${{ runner.os }}-build-${{ env.SYSBOX_VERSION }}
4848
- name: Set up QEMU
49-
uses: docker/setup-qemu-action@v2
49+
uses: docker/setup-qemu-action@v3
5050
if: steps.sysbox_cache.outputs.cache-hit != 'true'
5151
- name: Get sysbox and cri-o files
5252
if: steps.sysbox_cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)