summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d00d702..0b1394c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
- {VERSION: "3.9", TOXENV: "py39"}
name: "Python ${{ matrix.PYTHON.VERSION }} on macOS"
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
- name: Setup python
uses: actions/setup-python@v2.2.2
with:
@@ -40,7 +40,7 @@ jobs:
- {VERSION: "3.9", TOXENV: "py39"}
name: "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.WINDOWS.WINDOWS }}"
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
- name: Setup python
uses: actions/setup-python@v2.2.2
with:
@@ -65,7 +65,7 @@ jobs:
- {VERSION: "pypy3", TOXENV: "pypy3"}
name: "${{ matrix.PYTHON.TOXENV }} on linux"
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
- name: Setup python
uses: actions/setup-python@v2.2.2
with:
@@ -83,7 +83,7 @@ jobs:
PYTHON:
- {VERSION: "cp36-cp36m", TOXENV: 'py36'}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with: