This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 3a50f01 Apparently 3.10 needs v2 setup
3a50f01 is described below
commit 3a50f01eff787f4ff0ba6920ab8d3a2566d63662
Author: Sebb <[email protected]>
AuthorDate: Sun Jan 23 23:44:55 2022 +0000
Apparently 3.10 needs v2 setup
---
.github/workflows/type-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/type-tests.yml b/.github/workflows/type-tests.yml
index 58fafec..68b58b1 100644
--- a/.github/workflows/type-tests.yml
+++ b/.github/workflows/type-tests.yml
@@ -14,7 +14,7 @@ jobs:
with:
persist-credentials: false
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies