summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-29 23:37:09 +0000
committerGitHub <noreply@github.com>2022-12-29 23:37:09 +0000
commitbcd13fb0f40bb04e7484843c563cb4ea5ce77385 (patch)
tree709606d73e9e1d6e9128dc7e131522cc1b1261b5
parent7e40a2c0aef8eb68ba228af07894a8323e058655 (diff)
downloadpastedeploy-git-bcd13fb0f40bb04e7484843c563cb4ea5ce77385.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 fc11c6e..87cd7f5 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -39,7 +39,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 }}
@@ -52,7 +52,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
@@ -65,7 +65,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
@@ -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