1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Bump actions/setup-python from 2.3.2 to 3

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.2...v3)

---
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-03-07 04:18:33 +00:00 committed by Martin Donath
parent b71f8bf6ca
commit 2cdfb9025b
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python runtime
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: ${{ env.PYTHON_VERSION }}

View File

@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python runtime
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: ${{ env.PYTHON_VERSION }}