summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-09 08:25:55 +0200
committerGitHub <noreply@github.com>2022-06-09 08:25:55 +0200
commita4140bb555e45764739aff997e35a488a4913ba7 (patch)
treeeada161c3b90127a400fe4c7590e50c22c4aae17
parent6353ae67e067ec9e6cb29531caca17b286713d5e (diff)
downloadpyopenssl-a4140bb555e45764739aff997e35a488a4913ba7.tar.gz
Bump actions/setup-python from 3 to 4 (#1126)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 019ca89..e734a47 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup python
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- run: python -m pip install tox coverage