mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 15:14:44 +00:00
Merge pull request #714 from cjmayo/python-version
Resolve actions/setup-python python-version warnings
This commit is contained in:
commit
4162540019
4 changed files with 10 additions and 0 deletions
2
.github/workflows/branch-man.yml
vendored
2
.github/workflows/branch-man.yml
vendored
|
|
@ -22,6 +22,8 @@ jobs:
|
|||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.x"
|
||||
|
||||
- name: Install Python packages
|
||||
run: >
|
||||
|
|
|
|||
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -117,6 +117,8 @@ jobs:
|
|||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.x"
|
||||
|
||||
- name: Pip cache
|
||||
uses: actions/cache@v3
|
||||
|
|
@ -157,6 +159,8 @@ jobs:
|
|||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.x"
|
||||
|
||||
- name: Pip cache
|
||||
uses: actions/cache@v3
|
||||
|
|
|
|||
2
.github/workflows/publish-pages.yml
vendored
2
.github/workflows/publish-pages.yml
vendored
|
|
@ -26,6 +26,8 @@ jobs:
|
|||
# Ensure sphinx-autogen is installed in PATH
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.x"
|
||||
|
||||
- name: Install Python packages
|
||||
run: >
|
||||
|
|
|
|||
2
.github/workflows/release-files.yml
vendored
2
.github/workflows/release-files.yml
vendored
|
|
@ -22,6 +22,8 @@ jobs:
|
|||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.x"
|
||||
|
||||
- name: Install Python packages
|
||||
run: >
|
||||
|
|
|
|||
Loading…
Reference in a new issue