summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-30 06:04:12 +0000
committerGitHub <noreply@github.com>2021-11-30 06:04:12 +0000
commit716618efa90b5029997d7fe91f4a211e349af33f (patch)
tree2e2978db88251d66b7c184034f332d3639ab5acd
parent11b9bc5cb5efd5cafd9fe4cf7a99a1252213025b (diff)
downloadpyopenssl-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>
-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 12d70e7..1aa03e1 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.0
+ uses: actions/setup-python@v2.3.1
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- run: python -m pip install tox coverage