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

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>
This commit is contained in:
dependabot[bot]
2022-12-23 01:04:12 +00:00
parent 21a588be02
commit 0bbbfec7f9
3 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v3.1.0
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4.3.1
uses: actions/setup-python@v4.4.0
with:
python-version: ${{ matrix.python }}
@@ -116,7 +116,7 @@ jobs:
uses: actions/checkout@v3.1.0
- name: Set up Python
uses: actions/setup-python@v4.3.1
uses: actions/setup-python@v4.4.0
with:
python-version: "3.10"