summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2023-04-30 11:40:15 +0100
committerChris Dent <cdent@anticdent.org>2023-04-30 11:40:15 +0100
commitef43fd9a4e973d7176be99202936010760405dc8 (patch)
tree1bf548171fc6caf78f12968da5ed02be41be740c
parent54f8ec1db64db821f07d6e5a54911af353cc6136 (diff)
downloadpaste-git-ef43fd9a4e973d7176be99202936010760405dc8.tar.gz
try lower setup-python version
-rw-r--r--.github/workflows/tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 7c5f335..a352171 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -27,7 +27,7 @@ jobs:
name: ${{ matrix.env }} on Python ${{ matrix.python }}
steps:
- uses: actions/checkout@v3
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- run: pip install tox