mirror of https://github.com/icedland/iced.git
Merge pull request #280 from icedland/dependabot/github_actions/actions/setup-python-3
Bump actions/setup-python from 2.3.2 to 3
This commit is contained in:
commit
7c179be42f
|
@ -182,7 +182,7 @@ jobs:
|
|||
shell: bash
|
||||
run: bash build/ci-install-rust.sh
|
||||
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.7'
|
||||
- name: Install Python tools
|
||||
|
|
|
@ -184,7 +184,7 @@ jobs:
|
|||
shell: bash
|
||||
run: bash build/ci-install-rust.sh
|
||||
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.7'
|
||||
- name: Install Python tools
|
||||
|
@ -376,7 +376,7 @@ jobs:
|
|||
shell: bash
|
||||
run: bash build/ci-install-rust.sh
|
||||
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.7'
|
||||
- name: Install Python tools
|
||||
|
@ -391,7 +391,7 @@ jobs:
|
|||
./build/build-python --no-set-rustflags --python python --quick-check
|
||||
git clean -xdf
|
||||
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.7'
|
||||
- name: Build and test the wheel
|
||||
|
@ -400,7 +400,7 @@ jobs:
|
|||
python --version 2>&1 | grep 'Python 3\.7'
|
||||
bash build/ci-py-build-wheels.sh --build
|
||||
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.8'
|
||||
- name: Build and test the wheel
|
||||
|
@ -409,7 +409,7 @@ jobs:
|
|||
python --version 2>&1 | grep 'Python 3\.8'
|
||||
bash build/ci-py-build-wheels.sh
|
||||
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- name: Build and test the wheel
|
||||
|
@ -418,7 +418,7 @@ jobs:
|
|||
python --version 2>&1 | grep 'Python 3\.9'
|
||||
bash build/ci-py-build-wheels.sh
|
||||
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Build and test the wheel
|
||||
|
@ -427,7 +427,7 @@ jobs:
|
|||
python --version 2>&1 | grep 'Python 3\.10'
|
||||
bash build/ci-py-build-wheels.sh
|
||||
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 'pypy-3.8'
|
||||
- name: Build and test the wheel
|
||||
|
@ -473,7 +473,7 @@ jobs:
|
|||
rustup default stable-i686-pc-windows-msvc
|
||||
rustup show
|
||||
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.7'
|
||||
architecture: x86
|
||||
|
@ -483,7 +483,7 @@ jobs:
|
|||
python --version 2>&1 | grep 'Python 3\.7'
|
||||
bash build/ci-py-build-wheels.sh --build
|
||||
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.8'
|
||||
architecture: x86
|
||||
|
@ -493,7 +493,7 @@ jobs:
|
|||
python --version 2>&1 | grep 'Python 3\.8'
|
||||
bash build/ci-py-build-wheels.sh
|
||||
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.9'
|
||||
architecture: x86
|
||||
|
@ -503,7 +503,7 @@ jobs:
|
|||
python --version 2>&1 | grep 'Python 3\.9'
|
||||
bash build/ci-py-build-wheels.sh
|
||||
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.10'
|
||||
architecture: x86
|
||||
|
@ -549,7 +549,7 @@ jobs:
|
|||
- uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
dotnet-version: ${{env.CI_REQ_DOTNET_SDK_VER}}
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- uses: actions/setup-node@v3
|
||||
|
|
Loading…
Reference in New Issue