Skip to content

Commit 305da1d

Browse files
chore(deps): update docker/setup-qemu-action action to v4 (#568)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abe2a33 commit 305da1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2020

2121
- name: Set up QEMU
22-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
22+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
2323
with:
2424
platforms: 'arm64'
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
4848

4949
- name: Set up QEMU
50-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
50+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
5151
with:
5252
platforms: 'arm64'
5353

0 commit comments

Comments
 (0)