Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
--prost_out=./src/ipc/
--swift_out=./mitmproxy-macos/redirector/ipc
- run: cargo fmt --all
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c

rustfmt:
runs-on: ${{ matrix.os }}
Expand All @@ -50,4 +50,4 @@ jobs:
- run: cargo fmt --all
- run: git checkout src/ipc/mitmproxy_ipc.rs

- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: install-pinned/maturin-with-zig@4804d730717f28b7565e71e68e5c9fe8c4f9b089
- if: runner.os != 'Linux'
name: Install maturin from PyPI
uses: install-pinned/maturin@ab13013f30551a87b56c6a9c2bdd7b6287581def
uses: install-pinned/maturin@1a8615ce58832a10e09ae3519d450dfaa0b6a238

- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
run: python .github/scripts/pin-versions.py
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
with:
python-version-file: .github/python-version.txt
- name: Install build from PyPI
uses: install-pinned/build@fd74312bf8fa4a8e5db75511358065e3d99b17b0
uses: install-pinned/build@4a00f0c34793eaed8ab450ae66113382fbc86a52
- run: python -m build --wheel ./mitmproxy-${{ matrix.os }} --outdir target/wheels/
- uses: actions/upload-artifact@v4
with:
Expand All @@ -198,7 +198,7 @@ jobs:
jobs: ${{ toJSON(needs) }}

deploy:
uses: mhils/workflows/.github/workflows/python-deploy.yml@v11
uses: mhils/workflows/.github/workflows/python-deploy.yml@v12
needs: check
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@4804d730717f28b7565e71e68e5c9fe8c4f9b089
- name: Install mypy from PyPI
uses: install-pinned/mypy@15172e0901cf7045a4181d12138212867fb66389
uses: install-pinned/mypy@e7fbd267da691692d1f587abebff11d9a012c2e5
- name: Install pdoc from PyPI
uses: install-pinned/pdoc@e84522771f760a774c423ce40c9bb9844f843825

Expand Down