summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Braza <james.braza@synthego.com>2020-11-23 10:24:36 -0500
committerJames Braza <james.braza@synthego.com>2020-11-23 10:24:36 -0500
commit3101c26b7a4e94e130525c7f8ea12f40bbcb2194 (patch)
tree306a2459c175c9a7ebdc8129e598e9afbfbd3c50
parent5d4d912d7e7996a749d0a79ad7994631482d62b0 (diff)
downloadsetuptools-scm-3101c26b7a4e94e130525c7f8ea12f40bbcb2194.tar.gz
Changed to deadsnakes version to 2.0.1 in another location as well
-rw-r--r--.github/workflows/python-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index f11b902..9b3fe15 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -34,7 +34,7 @@ jobs:
python-version: ${{ matrix.python_version }}
architecture: x64
- name: Set up Python ${{ matrix.python_version }} (deadsnakes)
- uses: deadsnakes/action@v1.0.0
+ uses: deadsnakes/action@v2.0.1
if: matrix.python_version == '3.9-dev'
with:
python-version: ${{ matrix.python_version }}