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/wheel-builder.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/wheel-builder.yml')
| -rw-r--r-- | .github/workflows/wheel-builder.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 74f5f63bf..c80fdf0e8 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -102,7 +102,7 @@ jobs: PYTHON_DOWNLOAD_URL: ${{ matrix.PYTHON.DOWNLOAD_URL }} if: contains(matrix.PYTHON.VERSION, 'pypy') == false - name: Setup pypy - uses: actions/setup-python@v2.3.0 + uses: actions/setup-python@v2.3.1 with: python-version: ${{ matrix.PYTHON.VERSION }} if: contains(matrix.PYTHON.VERSION, 'pypy') @@ -166,7 +166,7 @@ jobs: ref: ${{ github.event.inputs.version || github.ref }} persist-credentials: false - name: 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 }} |
