Bump actions/setup-python from 4.5.0 to 4.6.0 (#8759)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-20 23:50:30 +00:00 committed by GitHub
parent 3534a9c3a2
commit f26dcee04d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

View file

@ -35,7 +35,7 @@ jobs:
- name: Setup python
id: setup-python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: "3.11"

View file

@ -56,7 +56,7 @@ jobs:
uses: ./.github/actions/mtime-fix
- name: Setup python
id: setup-python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- name: Clone wycheproof
@ -222,7 +222,7 @@ jobs:
with:
key: ${{ matrix.RUST }}
- name: Setup python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.PYTHON }}
- uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff
@ -297,7 +297,7 @@ jobs:
~/.cargo/bin/rust-size
~/.cargo/bin/rust-strip
- name: Setup python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.PYTHON }}
- run: cargo install cargo-binutils
@ -382,7 +382,7 @@ jobs:
key: ${{ matrix.PYTHON.NOXSESSION }}-${{ matrix.PYTHON.VERSION }}
- name: Setup python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: 'x64' # we force this right now so that it will install the universal2 on arm64
@ -441,7 +441,7 @@ jobs:
uses: ./.github/actions/mtime-fix
- name: Setup python
id: setup-python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
@ -516,7 +516,7 @@ jobs:
uses: ./.github/actions/cache
timeout-minutes: 2
- name: Setup python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.PYTHON }}
- run: ./.github/downstream.d/${{ matrix.DOWNSTREAM }}.sh install
@ -558,7 +558,7 @@ jobs:
jobs: ${{ toJSON(needs) }}
- name: Setup python
if: ${{ always() }}
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: '3.11'
- run: pip install -c ci-constraints-requirements.txt coverage[toml]

View file

@ -26,7 +26,7 @@ jobs:
uses: ./.github/actions/mtime-fix
- name: Setup python
id: setup-python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: 3.11
- name: Cache rust and pip

View file

@ -190,7 +190,7 @@ jobs:
PYTHON_DOWNLOAD_URL: ${{ matrix.PYTHON.DOWNLOAD_URL }}
if: contains(matrix.PYTHON.VERSION, 'pypy') == false
- name: Setup pypy
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
if: contains(matrix.PYTHON.VERSION, 'pypy')
@ -264,7 +264,7 @@ jobs:
name: cryptography-sdist
- name: Setup python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}