mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 22:54:21 +00:00
ci: update workflows with setup-python to v4.3.0 (#858)
Updates any workflows with setup-python to use v4.3 due to node deprecation warnings.
This commit is contained in:
parent
99a353bade
commit
568c48eb5f
3 changed files with 6 additions and 6 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -25,9 +25,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v4.3.0
|
||||
with:
|
||||
python-version: 3.x
|
||||
python-version: 3.9
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: pip install -r docs/requirements.txt
|
||||
|
|
4
.github/workflows/post-release.yml
vendored
4
.github/workflows/post-release.yml
vendored
|
@ -35,9 +35,9 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v4.3.0
|
||||
with:
|
||||
python-version: 3.x
|
||||
python-version: 3.9
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: pip install -r docs/requirements.txt
|
||||
|
|
4
.github/workflows/test-docs.yml
vendored
4
.github/workflows/test-docs.yml
vendored
|
@ -33,9 +33,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v4.3.0
|
||||
with:
|
||||
python-version: 3.x
|
||||
python-version: 3.9
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: pip install -r docs/requirements.txt
|
||||
|
|
Loading…
Reference in a new issue