Skip to content

Commit 1ac4f2d

Browse files
chore(deps): pin docker/setup-qemu-action action to 2b82ce8 (antonbabenko#672)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c6b55e commit 1ac4f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Set up QEMU
3333
if: matrix.os != 'ubuntu-latest' || matrix.arch != 'amd64'
34-
uses: docker/setup-qemu-action@v2
34+
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2
3535
with:
3636
platforms: 'arm64'
3737

0 commit comments

Comments
 (0)