summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2020-12-05 12:38:05 -0500
committerGitHub <noreply@github.com>2020-12-05 19:38:05 +0200
commit206e7ef2470124e067308f2ef4e4ae6c03311559 (patch)
tree16a617eefcbbe6ac0019b9519f4080baf6f841cb
parent140b3b280330ce9c8b017ddf84ed3db5703d2e5c (diff)
downloadasciidoc-py3-206e7ef2470124e067308f2ef4e4ae6c03311559.tar.gz
Update deadsnakes GH action in test suite (#156)
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 5a7b984..e5255d6 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.0
+ uses: deadsnakes/action@v2.0.1
if: endsWith(matrix.python-version, '-dev')
with:
python-version: ${{ matrix.python-version }}