mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-23 05:09:57 +00:00
Bump the github-actions group with 2 updates (#7299)
Bumps the github-actions group with 2 updates: [mhils/workflows](https://github.com/mhils/workflows) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action).
Updates `mhils/workflows` from 10 to 11
- [Release notes](https://github.com/mhils/workflows/releases)
- [Commits](https://github.com/mhils/workflows/compare/v10...v11)
Updates `docker/setup-buildx-action` from 3.6.1 to 3.7.1
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](988b5a0280...c47758b77c
)
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c10ff719f7
commit
bf85276752
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -19,22 +19,22 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
uses: mhils/workflows/.github/workflows/python-tox.yml@v10
|
uses: mhils/workflows/.github/workflows/python-tox.yml@v11
|
||||||
with:
|
with:
|
||||||
cmd: tox -e lint
|
cmd: tox -e lint
|
||||||
|
|
||||||
filename-matching:
|
filename-matching:
|
||||||
uses: mhils/workflows/.github/workflows/python-tox.yml@v10
|
uses: mhils/workflows/.github/workflows/python-tox.yml@v11
|
||||||
with:
|
with:
|
||||||
cmd: tox -e filename_matching
|
cmd: tox -e filename_matching
|
||||||
|
|
||||||
mypy:
|
mypy:
|
||||||
uses: mhils/workflows/.github/workflows/python-tox.yml@v10
|
uses: mhils/workflows/.github/workflows/python-tox.yml@v11
|
||||||
with:
|
with:
|
||||||
cmd: tox -e mypy
|
cmd: tox -e mypy
|
||||||
|
|
||||||
individual-coverage:
|
individual-coverage:
|
||||||
uses: mhils/workflows/.github/workflows/python-tox.yml@v10
|
uses: mhils/workflows/.github/workflows/python-tox.yml@v11
|
||||||
with:
|
with:
|
||||||
cmd: tox -e individual_coverage
|
cmd: tox -e individual_coverage
|
||||||
|
|
||||||
@ -148,7 +148,7 @@ jobs:
|
|||||||
path: release/dist
|
path: release/dist
|
||||||
|
|
||||||
build-wheel:
|
build-wheel:
|
||||||
uses: mhils/workflows/.github/workflows/python-build.yml@v10
|
uses: mhils/workflows/.github/workflows/python-build.yml@v11
|
||||||
with:
|
with:
|
||||||
python-version-file: .github/python-version.txt
|
python-version-file: .github/python-version.txt
|
||||||
artifact: binaries.wheel
|
artifact: binaries.wheel
|
||||||
@ -267,7 +267,7 @@ jobs:
|
|||||||
- build-wheel
|
- build-wheel
|
||||||
- build-windows-installer
|
- build-windows-installer
|
||||||
- docs
|
- docs
|
||||||
uses: mhils/workflows/.github/workflows/alls-green.yml@v10
|
uses: mhils/workflows/.github/workflows/alls-green.yml@v11
|
||||||
with:
|
with:
|
||||||
jobs: ${{ toJSON(needs) }}
|
jobs: ${{ toJSON(needs) }}
|
||||||
allowed-skips: build-windows-installer
|
allowed-skips: build-windows-installer
|
||||||
@ -295,7 +295,7 @@ jobs:
|
|||||||
name: binaries.wheel
|
name: binaries.wheel
|
||||||
path: release/docker
|
path: release/docker
|
||||||
- uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
|
- uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
|
||||||
- uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v1.6.0
|
- uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v1.6.0
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
|
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user