build(deps): bump actions/setup-python from 2 to 3.0.0 (#90)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... 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
088d600591
commit
d72d09ce7c
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
with:
|
||||
version: v3.4.0
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v3.0.0
|
||||
with:
|
||||
python-version: 3.7
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue