Skip to content

Commit 154d1c2

Browse files
Bump the dependencies group with 3 updates (#272)
Bumps the dependencies group with 3 updates: [autofix-ci/action](https://github.com/autofix-ci/action), [install-pinned/maturin-with-zig](https://github.com/install-pinned/maturin-with-zig) and [install-pinned/maturin](https://github.com/install-pinned/maturin). Updates `autofix-ci/action` from 551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef to 635ffb0c9798bd160680f18fd73371e355b85f27 - [Release notes](https://github.com/autofix-ci/action/releases) - [Commits](autofix-ci/action@551dded...635ffb0) Updates `install-pinned/maturin-with-zig` from 42dc7eb111721cfc7d889e6588c18f72f6ea3dc0 to ce5035a1ee962b01d62945e5c66e1ca9a8bafd44 - [Release notes](https://github.com/install-pinned/maturin-with-zig/releases) - [Commits](install-pinned/maturin-with-zig@42dc7eb...ce5035a) Updates `install-pinned/maturin` from 63c54e6393a3a0485badaf4af9a222e85bb389b8 to 288b846aff4c6923b6db7a879da0e15e21c06a99 - [Release notes](https://github.com/install-pinned/maturin/releases) - [Commits](install-pinned/maturin@63c54e6...288b846) --- updated-dependencies: - dependency-name: autofix-ci/action dependency-version: 635ffb0c9798bd160680f18fd73371e355b85f27 dependency-type: direct:production dependency-group: dependencies - dependency-name: install-pinned/maturin-with-zig dependency-version: ce5035a1ee962b01d62945e5c66e1ca9a8bafd44 dependency-type: direct:production dependency-group: dependencies - dependency-name: install-pinned/maturin dependency-version: 288b846aff4c6923b6db7a879da0e15e21c06a99 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25e9b32 commit 154d1c2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/autofix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
--prost_opt="bytes=data"
2626
--swift_out=./mitmproxy-macos/redirector/ipc
2727
- run: cargo fmt --all
28-
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
28+
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
2929

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

53-
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
53+
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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@42dc7eb111721cfc7d889e6588c18f72f6ea3dc0
94+
uses: install-pinned/maturin-with-zig@ce5035a1ee962b01d62945e5c66e1ca9a8bafd44
9595
- if: runner.os != 'Linux'
9696
name: Install maturin from PyPI
97-
uses: install-pinned/maturin@63c54e6393a3a0485badaf4af9a222e85bb389b8
97+
uses: install-pinned/maturin@288b846aff4c6923b6db7a879da0e15e21c06a99
9898

9999
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
100100
run: python .github/scripts/pin-versions.py
@@ -195,7 +195,7 @@ jobs:
195195
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
196196
- uses: ./.github/actions/setup
197197
- name: Install maturin[zig] from PyPI
198-
uses: install-pinned/maturin-with-zig@42dc7eb111721cfc7d889e6588c18f72f6ea3dc0
198+
uses: install-pinned/maturin-with-zig@ce5035a1ee962b01d62945e5c66e1ca9a8bafd44
199199
- run: maturin build --release ${{ matrix.args }}
200200
working-directory: ./mitmproxy-linux
201201
- run: test -f target/wheels/*-py3-none-*.whl # ensure we have a universal wheel

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# TODO: This should ideally just reuse the main CI artifacts.
2323
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
2424
- uses: ./.github/actions/setup
25-
- uses: install-pinned/maturin-with-zig@42dc7eb111721cfc7d889e6588c18f72f6ea3dc0
25+
- uses: install-pinned/maturin-with-zig@ce5035a1ee962b01d62945e5c66e1ca9a8bafd44
2626
- uses: install-pinned/mypy@75779f141592e4909d64e13f8a1861f06aa9cd8d
2727
- uses: install-pinned/pdoc@69ba59f9699df21e1026110af4ec6b10a98cf5cd
2828

0 commit comments

Comments
 (0)