build(deps): bump actions/setup-python from 4.3.1 to 4.4.0 (#130)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.3.1...v4.4.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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:
dependabot[bot] 2022-12-23 15:50:11 +01:00 committed by GitHub
parent d900ffb953
commit aacf7f66e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
with: with:
version: v3.8.1 version: v3.8.1
- uses: actions/setup-python@v4.3.1 - uses: actions/setup-python@v4.4.0
with: with:
python-version: "3.10" python-version: "3.10"