build(deps): bump actions/setup-python from 4.5.0 to 4.6.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.6.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>
This commit is contained in:
dependabot[bot]
2023-04-21 01:58:28 +00:00
parent 7d076036d9
commit 2b328d2caa
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: "3.10"

View File

@@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: "3.10"

View File

@@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3.1.0
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.python }}