Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [autofix-ci/action](https://github.com/autofix-ci/action), [install-pinned/mypy](https://github.com/install-pinned/mypy), [install-pinned/pdoc](https://github.com/install-pinned/pdoc) and [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact).


Updates `autofix-ci/action` from 8bc06253bec489732e5f9c52884c7cace15c0160 to 8caa572fd27b0019a65e4c695447089c8d3138b9
- [Release notes](https://github.com/autofix-ci/action/releases)
- [Commits](autofix-ci/action@8bc0625...8caa572)

Updates `install-pinned/mypy` from 0ac9691d218a55b59b345debcd9d4b3ca17b391b to b771204aeb43c0c0fb5019cc5f4f9a1eef4fef8e
- [Release notes](https://github.com/install-pinned/mypy/releases)
- [Commits](install-pinned/mypy@0ac9691...b771204)

Updates `install-pinned/pdoc` from 7ed463fdd937004663bcdd7b43c303e9df472c92 to c1e2d2c336f5b98e0bba9501619b3b60c9060681
- [Release notes](https://github.com/install-pinned/pdoc/releases)
- [Commits](install-pinned/pdoc@7ed463f...c1e2d2c)

Updates `actions/upload-pages-artifact` from 1 to 2
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v1...v2)

---
updated-dependencies:
- dependency-name: autofix-ci/action
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: install-pinned/mypy
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: install-pinned/pdoc
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent 7f494c3 commit dac9bf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- run: cargo clippy --fix --workspace --allow-dirty --exclude macos-certificate-truster
- run: cargo fmt --all

- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c0160
- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@59341946682d2f69df7150f6941f53e026e344fd
- name: Install mypy from PyPI
uses: install-pinned/mypy@0ac9691d218a55b59b345debcd9d4b3ca17b391b
uses: install-pinned/mypy@b771204aeb43c0c0fb5019cc5f4f9a1eef4fef8e
- name: Install pdoc from PyPI
uses: install-pinned/pdoc@7ed463fdd937004663bcdd7b43c303e9df472c92
uses: install-pinned/pdoc@c1e2d2c336f5b98e0bba9501619b3b60c9060681

- run: maturin build
working-directory: ./ffi
Expand All @@ -45,7 +45,7 @@ jobs:

- run: pdoc -o docs/ mitmproxy_rs

- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v2
with:
path: docs/

Expand Down

0 comments on commit dac9bf0

Please sign in to comment.