Skip to content

Commit f53c19a

Browse files
authored
ci: fix docker/setup-qemu-action SHA (v3 tag force-pushed upstream) (#50)
2 parents 835c425 + d943955 commit f53c19a

3 files changed

Lines changed: 3700 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
# on the x86_64 ubuntu-latest runner using the manylinux container.
123123
- name: Set up QEMU
124124
if: runner.os == 'Linux' && matrix.target == 'aarch64'
125-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff9f9a89f41e8f8e6f3 # v3
125+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
126126

127127
- name: Install protoc (macOS / Windows)
128128
if: runner.os != 'Linux'

coordinode-embedded/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
target/
2-
Cargo.lock
32
*.so
43
*.pyd
54
*.dylib

0 commit comments

Comments
 (0)