mirror of https://github.com/icedland/iced.git
Merge pull request #166 from icedland/dependabot/github_actions/actions/setup-python-2.2.2
Bump actions/setup-python from 2 to 2.2.2
This commit is contained in:
commit
5acfcfdba7
|
@ -143,7 +143,7 @@ jobs:
|
|||
shell: bash
|
||||
run: bash build/ci-install-rust.sh
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
with:
|
||||
python-version: 3.6
|
||||
- name: Install Python tools
|
||||
|
|
|
@ -151,7 +151,7 @@ jobs:
|
|||
shell: bash
|
||||
run: bash build/ci-install-rust.sh
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
with:
|
||||
python-version: 3.6
|
||||
- name: Install Python tools
|
||||
|
@ -317,7 +317,7 @@ jobs:
|
|||
shell: bash
|
||||
run: bash build/ci-install-rust.sh
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
with:
|
||||
python-version: 3.6
|
||||
- name: Install Python tools
|
||||
|
@ -332,7 +332,7 @@ jobs:
|
|||
./build/build-python --no-set-rustflags --python python --quick-check
|
||||
git clean -xdf
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
with:
|
||||
python-version: 3.6
|
||||
- name: Build and test the wheel
|
||||
|
@ -341,7 +341,7 @@ jobs:
|
|||
python --version 2>&1 | grep "Python 3\.6"
|
||||
bash build/ci-py-build-wheels.sh
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Build and test the wheel
|
||||
|
@ -350,7 +350,7 @@ jobs:
|
|||
python --version 2>&1 | grep "Python 3\.7"
|
||||
bash build/ci-py-build-wheels.sh
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
with:
|
||||
python-version: 3.8
|
||||
- name: Build and test the wheel
|
||||
|
@ -359,7 +359,7 @@ jobs:
|
|||
python --version 2>&1 | grep "Python 3\.8"
|
||||
bash build/ci-py-build-wheels.sh
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Build and test the wheel
|
||||
|
@ -404,7 +404,7 @@ jobs:
|
|||
rustup default stable-i686-pc-windows-msvc
|
||||
rustup show
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
with:
|
||||
python-version: 3.6
|
||||
architecture: x86
|
||||
|
@ -414,7 +414,7 @@ jobs:
|
|||
python --version 2>&1 | grep "Python 3\.6"
|
||||
bash build/ci-py-build-wheels.sh
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
with:
|
||||
python-version: 3.7
|
||||
architecture: x86
|
||||
|
@ -424,7 +424,7 @@ jobs:
|
|||
python --version 2>&1 | grep "Python 3\.7"
|
||||
bash build/ci-py-build-wheels.sh
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
with:
|
||||
python-version: 3.8
|
||||
architecture: x86
|
||||
|
@ -434,7 +434,7 @@ jobs:
|
|||
python --version 2>&1 | grep "Python 3\.8"
|
||||
bash build/ci-py-build-wheels.sh
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
with:
|
||||
python-version: 3.9
|
||||
architecture: x86
|
||||
|
@ -480,7 +480,7 @@ jobs:
|
|||
- uses: actions/setup-dotnet@v1.8.0
|
||||
with:
|
||||
dotnet-version: ${{env.CI_REQ_DOTNET_SDK_VER}}
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
with:
|
||||
python-version: 3.x
|
||||
|
||||
|
|
Loading…
Reference in New Issue