mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge pull request #6486 from squidfunk/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
This commit is contained in:
commit
738dd7dc3f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -98,7 +98,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python runtime
|
- name: Set up Python runtime
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
cache: pip
|
cache: pip
|
||||||
|
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
src/templates/partials/languages
|
src/templates/partials/languages
|
||||||
|
|
||||||
- name: Set up Python runtime
|
- name: Set up Python runtime
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
cache: pip
|
cache: pip
|
||||||
|
Loading…
Reference in New Issue
Block a user