summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2023-04-30 11:16:58 +0100
committerChris Dent <cdent@anticdent.org>2023-04-30 11:16:58 +0100
commit66537f1584451008cb7a07972591baf97b5f9e03 (patch)
treeb88671e8c1912f68b34754c6582c3d04b9436893
parentfab9c03f26556885ce727c42f60cd8c953010e31 (diff)
downloadpaste-git-66537f1584451008cb7a07972591baf97b5f9e03.tar.gz
update action versions
-rw-r--r--.github/workflows/tests.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index bf4ba2e..93fa83e 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -26,8 +26,8 @@ jobs:
env: pypy3
name: ${{ matrix.env }} on Python ${{ matrix.python }}
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- run: pip install tox