mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
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:
parent
3534a9c3a2
commit
f26dcee04d
4 changed files with 11 additions and 11 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
|
@ -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]
|
||||
|
|
|
|||
2
.github/workflows/linkcheck.yml
vendored
2
.github/workflows/linkcheck.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/wheel-builder.yml
vendored
4
.github/workflows/wheel-builder.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue