summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-27 21:15:21 +0000
committerGitHub <noreply@github.com>2022-12-27 21:15:21 +0000
commitee1bf7068639ffe473cecbfdaae2adbe41c35810 (patch)
tree3dcb862cdb5a6ff63f69cda9498ac92d4942ae09
parentfcf2c61dbe91d7b719d5c24fde5e4c7b1ed72ef6 (diff)
downloadwebob-ee1bf7068639ffe473cecbfdaae2adbe41c35810.tar.gz
Bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-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