Skip to content

Commit 202b682

Browse files
Bump actions/setup-python from 3 to 4 (#1679)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1171592 commit 202b682

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: sudo usermod -c 'CI Runner' $(whoami)
4848

4949
- name: Set up Python
50-
uses: actions/setup-python@v3
50+
uses: actions/setup-python@v4
5151
with:
5252
python-version: ${{ env.py-semver }}
5353
cache: pip
@@ -95,7 +95,7 @@ jobs:
9595
fetch-depth: 0
9696

9797
- name: Set up Python
98-
uses: actions/setup-python@v3
98+
uses: actions/setup-python@v4
9999
with:
100100
python-version: ${{ env.py-semver }}
101101
cache: pip
@@ -131,7 +131,7 @@ jobs:
131131
singularity-version: ${{ env.singularity_version }}
132132

133133
- name: Set up Python
134-
uses: actions/setup-python@v3
134+
uses: actions/setup-python@v4
135135
with:
136136
python-version: 3.9
137137
cache: pip
@@ -157,7 +157,7 @@ jobs:
157157
singularity-version: ${{ env.singularity_version }}
158158

159159
- name: Set up Python
160-
uses: actions/setup-python@v3
160+
uses: actions/setup-python@v4
161161
with:
162162
python-version: "3.10" # quoted, otherwise that turns into the number 3.1
163163
cache: pip

0 commit comments

Comments
 (0)