Set python-version for actions/setup-python to remove the github actions warning (#2057)
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -24,6 +24,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.12.3'
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
pip install --upgrade pip &&
|
pip install --upgrade pip &&
|
||||||
|
|||||||
Reference in New Issue
Block a user