summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2020-12-12 11:01:02 -0500
committerGitHub <noreply@github.com>2020-12-12 18:01:02 +0200
commitd6ec7e0248a5f42b3a4d6055d7e94c7f82b755ec (patch)
treeac661f265e2f28bdbad477501c751f32524edfe9
parent006adc1d18d75157d3d5231558d8ed25c0f45a2f (diff)
downloadasciidoc-py3-d6ec7e0248a5f42b3a4d6055d7e94c7f82b755ec.tar.gz
update to deadsnakes/action@2.0.2 (#157)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e5255d6..c258cc0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }} (deadsnakes)
- uses: deadsnakes/action@v2.0.1
+ uses: deadsnakes/action@v2.0.2
if: endsWith(matrix.python-version, '-dev')
with:
python-version: ${{ matrix.python-version }}