chore(deps): bump actions/setup-python from 2 to 4

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
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>
This commit is contained in:
dependabot[bot] 2022-07-05 00:43:21 +00:00 committed by Joachim Van Herwegen
parent d0f9d1e24d
commit df2926a52f

View File

@ -276,7 +276,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- id: get_version - id: get_version
uses: battila7/get-version-action@v2 uses: battila7/get-version-action@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v4
with: with:
python-version: 3.x python-version: 3.x
- run: pip install mkdocs-material - run: pip install mkdocs-material