We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe2a33 commit 305da1dCopy full SHA for 305da1d
2 files changed
.github/workflows/publish_latest.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
20
21
- name: Set up QEMU
22
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
+ uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
23
with:
24
platforms: 'arm64'
25
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
0 commit comments