summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2022-12-24 22:39:11 +0100
committerGitHub <noreply@github.com>2022-12-24 22:39:11 +0100
commit6275dc807719ba1af741583f1c5c3fc3020b59a5 (patch)
tree5925ab3202c178a430321b13562aa3b68c836950
parent4c9f6f2fbcb7ce26b8fc15c78bd18040099372ae (diff)
parent35eebddb156cea7ecece76527a364f11b8234dbf (diff)
downloadwaitress-6275dc807719ba1af741583f1c5c3fc3020b59a5.tar.gz
Merge pull request #392 from Pylons/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
-rw-r--r--.github/workflows/ci-tests.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index e6f5441..aa19528 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.py }}
architecture: ${{ matrix.architecture }}
@@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python 3.10
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: "3.10"
architecture: x64
@@ -77,7 +77,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: "3.10"
architecture: x64
@@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: "3.10"
architecture: x64