summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }}