summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-12 09:26:05 -0400
committerGitHub <noreply@github.com>2021-05-12 09:26:05 -0400
commit821cdfcb2188022f93f181302791a86e6b1d7962 (patch)
tree38f5cd835c08569145cfee794e21aab724b40e5c /.github
parent609e55292010b951fb0b1f0452e3cf04dc2c2b02 (diff)
downloadpyopenssl-821cdfcb2188022f93f181302791a86e6b1d7962.tar.gz
Bump actions/checkout from 2 to 2.3.4 (#1017)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) 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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 62cd2b0..7d983b0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
- {VERSION: "2.7", TOXENV: "docs"}
name: "${{ matrix.PYTHON.TOXENV }}"
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
- name: Setup python
uses: actions/setup-python@v2
with:
@@ -69,7 +69,7 @@ jobs:
- {CONTAINER: "ubuntu-rolling", TOXENV: "py39-cryptographyMaster"}
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
- run: tox -v
env:
TOXENV: ${{ matrix.TEST.TOXENV }}