Skip to content

Commit 736fe7a

Browse files
committed
ci: fix maturin-action commit hash (v1.47.0)
1 parent e1c2e3c commit 736fe7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
submodules: recursive
5555

5656
- name: Build (maturin / Linux x86_64)
57-
uses: PyO3/maturin-action@b03994fa3b4aa2d8c697185e0e66d1fa2041bfe2 # v1.47.0
57+
uses: PyO3/maturin-action@32307a466a178317e8c2ae343b38e73896a047be # v1.47.0
5858
with:
5959
command: build
6060
args: >-

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: git -C coordinode-rs describe --tags --exact-match HEAD || true
104104

105105
- name: Build wheels
106-
uses: PyO3/maturin-action@b03994fa3b4aa2d8c697185e0e66d1fa2041bfe2 # v1.47.0
106+
uses: PyO3/maturin-action@32307a466a178317e8c2ae343b38e73896a047be # v1.47.0
107107
with:
108108
command: build
109109
args: >-

0 commit comments

Comments
 (0)