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 231058e..0b3e1d1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
- {VERSION: "3.9", TOXENV: "docs"}
name: "${{ matrix.PYTHON.TOXENV }}"
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
- name: Setup python
uses: actions/setup-python@v2.2.2
with:
@@ -66,7 +66,7 @@ jobs:
- {CONTAINER: "ubuntu-rolling", TOXENV: "py39-cryptographyMain"}
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
- run: tox -v
env:
TOXENV: ${{ matrix.TEST.TOXENV }}