diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-30 12:05:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 12:05:07 +0000 |
| commit | 63061cffef8eba6595aed5f48773bc085a8ff8a7 (patch) | |
| tree | e331d3c4f9c6a236dc3ba1758dc5e628f0919803 /.github/workflows/ci.yml | |
| parent | 75be92de8e3bce9adcec42ef3967bed0d4500902 (diff) | |
| download | cryptography-dependabot/github_actions/actions/setup-python-2.3.1.tar.gz | |
Bump actions/setup-python from 2.3.0 to 2.3.1dependabot/github_actions/actions/setup-python-2.3.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.0...v2.3.1)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9bdda1d3..f226e2892 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: key: ${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-cargo-2-${{ hashFiles('**/Cargo.lock') }} - name: Setup python - uses: actions/setup-python@v2.3.0 + uses: actions/setup-python@v2.3.1 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions-rs/toolchain@v1.0.7 @@ -202,7 +202,7 @@ jobs: key: ${{ runner.os }}-cargo-2-${{ hashFiles('**/Cargo.lock') }}-${{ matrix.RUST }} - name: Setup python - uses: actions/setup-python@v2.3.0 + uses: actions/setup-python@v2.3.1 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions-rs/toolchain@v1.0.7 @@ -253,7 +253,7 @@ jobs: key: ${{ runner.os }}-cargo-2-${{ hashFiles('**/Cargo.lock') }}-rust-nightly-coverage - name: Setup python - uses: actions/setup-python@v2.3.0 + uses: actions/setup-python@v2.3.1 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions-rs/toolchain@v1.0.7 @@ -343,7 +343,7 @@ jobs: key: ${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-cargo-2-${{ hashFiles('**/Cargo.lock') }} - name: Setup python - uses: actions/setup-python@v2.3.0 + uses: actions/setup-python@v2.3.1 with: python-version: ${{ matrix.PYTHON.VERSION }} - uses: actions-rs/toolchain@v1.0.7 @@ -403,7 +403,7 @@ jobs: persist-credentials: false - name: Setup python id: setup-python - uses: actions/setup-python@v2.3.0 + uses: actions/setup-python@v2.3.1 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} @@ -485,7 +485,7 @@ jobs: key: ${{ runner.os }}-cargo-2-${{ hashFiles('**/Cargo.lock') }} - name: Setup python - uses: actions/setup-python@v2.3.0 + uses: actions/setup-python@v2.3.1 with: python-version: ${{ matrix.PYTHON }} - uses: actions-rs/toolchain@v1.0.7 |
