File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ jobs:
9191
9292 - if : runner.os == 'Linux'
9393 name : Install maturin[zig] from PyPI
94- uses : install-pinned/maturin-with-zig@68c027568b7d08df7bc3c52476ae28d1d2d787f5
94+ uses : install-pinned/maturin-with-zig@caba41a16e619c003b5adb81920d21ee51dfad00
9595 - if : runner.os != 'Linux'
9696 name : Install maturin from PyPI
97- uses : install-pinned/maturin@1008b0b20e9cbc1b084334bd96f022734ce56e88
97+ uses : install-pinned/maturin@18a9a3b28f101f1737ff0b83d09800c06c0685f7
9898
9999 - if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
100100 run : python .github/scripts/pin-versions.py
@@ -202,7 +202,7 @@ jobs:
202202 - uses : mhils/workflows/checkout@v17
203203 - uses : ./.github/actions/setup
204204 - name : Install maturin[zig] from PyPI
205- uses : install-pinned/maturin-with-zig@68c027568b7d08df7bc3c52476ae28d1d2d787f5
205+ uses : install-pinned/maturin-with-zig@caba41a16e619c003b5adb81920d21ee51dfad00
206206 - run : maturin build --release ${{ matrix.args }}
207207 working-directory : ./mitmproxy-linux
208208 env :
Original file line number Diff line number Diff line change 2222 # TODO: This should ideally just reuse the main CI artifacts.
2323 - uses : mhils/workflows/checkout@v17
2424 - uses : ./.github/actions/setup
25- - uses : install-pinned/maturin-with-zig@68c027568b7d08df7bc3c52476ae28d1d2d787f5
25+ - uses : install-pinned/maturin-with-zig@caba41a16e619c003b5adb81920d21ee51dfad00
2626 - uses : install-pinned/mypy@75779f141592e4909d64e13f8a1861f06aa9cd8d
2727 - uses : install-pinned/pdoc@5a894a20c6b4e9db4d3fe07efd9680b0f753b0d1
2828
You can’t perform that action at this time.
0 commit comments