summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-12 09:41:37 -0400
committerGitHub <noreply@github.com>2021-05-12 09:41:37 -0400
commitf5abf3a95ba55755bfb8adc97abf91c7ad07fe52 (patch)
treea4ca5e228700732a9d44cb23da0699d2139d5348 /.github
parent821cdfcb2188022f93f181302791a86e6b1d7962 (diff)
downloadpyopenssl-f5abf3a95ba55755bfb8adc97abf91c7ad07fe52.tar.gz
Bump actions/setup-python from 2 to 2.2.2 (#1015)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v2.2.2) 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 7d983b0..480dc58 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- name: Setup python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- run: python -m pip install tox coverage