deps(workflows): bump actions/setup-python from 4 to 5 (#111)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
dependabot[bot] 2023-12-11 14:26:02 +08:00 committed by GitHub
parent 8c8bc18ea0
commit b50b83767b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View file

@ -48,14 +48,14 @@ jobs:
- name: Set up Python
id: py
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.7 - 3.12"
update-environment: true
- name: Set up Python 3.7
id: py37
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.7"
update-environment: false
@ -137,7 +137,7 @@ jobs:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
if: startsWith(github.ref, 'refs/tags/')
with:
python-version: "3.7 - 3.12"

View file

@ -25,14 +25,14 @@ jobs:
- name: Set up Python
id: py
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.7 - 3.12"
update-environment: true
- name: Set up Python 3.7
id: py37
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.7"
update-environment: false