diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index b9f14f56..4ad7c9e6 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -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 }} @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a81e39f..3ee6f2c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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: @@ -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: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8bcfeb25..43ba5dee 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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