build(deps): bump actions/setup-python from 4.7.0 to 4.7.1 (#163)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.7.0...v4.7.1)

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

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] 2023-10-03 14:29:29 +02:00 committed by GitHub
parent cf2fb3b5fa
commit 37a60f2db7
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.7.0 - uses: actions/setup-python@v4.7.1
with: with:
python-version: "3.10" python-version: "3.10"