Skip to content

Commit 2e73a4c

Browse files
Bump actions/setup-python from 3 to 4 (Tencent#3900)
1 parent 5400028 commit 2e73a4c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/linux-x64-cpu-clang-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
submodules: true
4040
- name: set up python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v3
41+
uses: actions/setup-python@v4
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
- name: Install dependencies

.github/workflows/linux-x64-gpu-clang-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
mkdir $GITHUB_WORKSPACE/swiftshader-install
8080
cp Linux/* $GITHUB_WORKSPACE/swiftshader-install
8181
- name: set up python ${{ matrix.python-version }}
82-
uses: actions/setup-python@v3
82+
uses: actions/setup-python@v4
8383
with:
8484
python-version: ${{ matrix.python-version }}
8585
- name: Install dependencies

.github/workflows/macos-x64-cpu-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
submodules: true
4141
- name: set up python ${{ matrix.python-version }}
42-
uses: actions/setup-python@v3
42+
uses: actions/setup-python@v4
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
- name: install dependencies

.github/workflows/release-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
submodules: true
1515

16-
- uses: actions/setup-python@v3
16+
- uses: actions/setup-python@v4
1717

1818
- name: Install deps
1919
run: python -m pip install twine build
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
submodules: true
4444

45-
- uses: actions/setup-python@v3
45+
- uses: actions/setup-python@v4
4646

4747
- name: Build wheels
4848
uses: pypa/[email protected]
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
submodules: true
8585

86-
- uses: actions/setup-python@v3
86+
- uses: actions/setup-python@v4
8787

8888
- name: Set up QEMU
8989
uses: docker/setup-qemu-action@v2
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ubuntu-latest
118118

119119
steps:
120-
- uses: actions/setup-python@v3
120+
- uses: actions/setup-python@v4
121121

122122
- uses: actions/download-artifact@v3
123123
with:

.github/workflows/windows-x64-cpu-vs2019-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
submodules: true
3939
- name: set up python ${{ matrix.python-version }}
40-
uses: actions/setup-python@v3
40+
uses: actions/setup-python@v4
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
- name: install dependencies

0 commit comments

Comments
 (0)