summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2020-10-20 13:49:56 +0000
committerMatthew Peveler <matt.peveler@gmail.com>2020-10-20 13:54:32 +0000
commitb6a682a7574f5e239677e0e08415e4c3c733208f (patch)
treec87240c551867de55f1f6ab6b7f04d4e6d3f7b51
parent42698ab6589f980010ad73c60669839de3c390da (diff)
downloadasciidoc-py3-b6a682a7574f5e239677e0e08415e4c3c733208f.tar.gz
update to deadsnakes/python@v2 for test workflow
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e12083c..82107bb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -43,8 +43,8 @@ jobs:
if: "!endsWith(matrix.python-version, '-dev')"
with:
python-version: ${{ matrix.python-version }}
- - name: Set up Python ${{ matrix.python-version }}
- uses: deadsnakes/action@v1.0.0
+ - name: Set up Python ${{ matrix.python-version }} (deadsnakes)
+ uses: deadsnakes/action@v2.0.0
if: endsWith(matrix.python-version, '-dev')
with:
python-version: ${{ matrix.python-version }}