summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2022-06-27 00:40:24 +0000
committerMatthew Peveler <matt.peveler@gmail.com>2022-06-27 00:50:09 +0000
commitac3dbb71aa6840c115218dd531fdf2d64a55437a (patch)
treec7ac2981a123cafe317cd0458706ae41cf4d88e2
parent5820bc70c0166fa191b1c85f4cd8a3e18fa013f5 (diff)
downloadasciidoc-py3-ac3dbb71aa6840c115218dd531fdf2d64a55437a.tar.gz
Update to actions/setup-python@v4
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--.github/workflows/test.yml18
1 files changed, 7 insertions, 11 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 70aa35d..7e5bda3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: ${{ env.python-version }}
@@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
if: "!endsWith(matrix.python-version, '-dev')"
with:
python-version: ${{ matrix.python-version }}
@@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: ${{ env.python-version }}
@@ -92,16 +92,14 @@ jobs:
make:
needs: lint
runs-on: ubuntu-latest
- env:
- python-version: 3.5
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
- python-version: ${{ matrix.python-version }}
+ python-version: 3.6
- name: Install apt dependencies
run: |
@@ -142,16 +140,14 @@ jobs:
make-dist:
needs: lint
runs-on: ubuntu-latest
- env:
- python-version: 3.5
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
- python-version: ${{ matrix.python-version }}
+ python-version: 3.6
- name: Install apt dependencies
run: |