Bump actions/setup-python from 2 to 2.2.2

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
pull/102/head
dependabot[bot] 4 years ago committed by GitHub
parent c8bfea0b9c
commit 0b4033e2a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build.yml
  2. 2
      .github/workflows/doc.yml
  3. 4
      .github/workflows/release.yml

@ -55,7 +55,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: rustup update - run: rustup update
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2.2.2
with: with:
python-version: 3.8 python-version: 3.8
- run: python -m venv python/venv - run: python -m venv python/venv
@ -77,7 +77,7 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ] os: [ ubuntu-latest, macos-latest, windows-latest ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2.2.2
with: with:
python-version: 3.6 python-version: 3.6
- run: pip install 'maturin>=0.9.2,<0.10' - run: pip install 'maturin>=0.9.2,<0.10'

@ -11,7 +11,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: rustup update - run: rustup update
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2.2.2
with: with:
python-version: 3.8 python-version: 3.8
- run: python -m venv python/venv - run: python -m venv python/venv

@ -95,7 +95,7 @@ jobs:
os: [ macos-latest, windows-latest ] os: [ macos-latest, windows-latest ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2.2.2
with: with:
python-version: 3.6 python-version: 3.6
- run: pip install 'maturin>=0.9.2,<0.10' - run: pip install 'maturin>=0.9.2,<0.10'
@ -124,7 +124,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: rustup update - run: rustup update
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2.2.2
with: with:
python-version: 3.8 python-version: 3.8
- run: python -m venv python/venv - run: python -m venv python/venv

Loading…
Cancel
Save