summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-07 06:12:43 -0600
committerGitHub <noreply@github.com>2022-02-07 06:12:43 -0600
commit05d580d3ca5f6e3b66d9a3e9868f8262e4240d57 (patch)
tree7ff98ba22f1703ea228677c49ed2b6406be40c52 /.github
parentca63d31ec214125aea1e4990f11c5ecd25fac29b (diff)
downloadpyopenssl-05d580d3ca5f6e3b66d9a3e9868f8262e4240d57.tar.gz
Bump actions/setup-python from 2.3.1 to 2.3.2 (#1092)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v2.3.2) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1aa03e1..8310c9c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Setup python
- uses: actions/setup-python@v2.3.1
+ uses: actions/setup-python@v2.3.2
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- run: python -m pip install tox coverage