summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2022-12-27 22:17:28 +0100
committerGitHub <noreply@github.com>2022-12-27 22:17:28 +0100
commit648f07d15c5095b088aae00027a8934c23e4187d (patch)
treecfd0616042c9d40afcd7ac72d000aad1ca69f5e8
parent0ad3f1b971415912c7298c0c9107b130e872a7b5 (diff)
parentee1bf7068639ffe473cecbfdaae2adbe41c35810 (diff)
downloadwebob-648f07d15c5095b088aae00027a8934c23e4187d.tar.gz
Merge pull request #444 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 90526ea..f86d529 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 }}
@@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python 3.8
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: 3.8
architecture: x64
@@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: 3.8
architecture: x64
@@ -82,7 +82,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: 3.8
architecture: x64