Skip to content

Commit 71e765b

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29af2be commit 71e765b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: sudo usermod -c 'CI Runner' "$(whoami)"
5656

5757
- name: Set up Python
58-
uses: actions/setup-python@v4
58+
uses: actions/setup-python@v5
5959
with:
6060
python-version: ${{ env.py-semver }}
6161
allow-prereleases: true
@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 0
105105

106106
- name: Set up Python
107-
uses: actions/setup-python@v4
107+
uses: actions/setup-python@v5
108108
with:
109109
python-version: ${{ env.py-semver }}
110110
cache: pip
@@ -140,7 +140,7 @@ jobs:
140140
run: sudo usermod -c 'CI Runner' "$(whoami)"
141141

142142
- name: Set up Python
143-
uses: actions/setup-python@v4
143+
uses: actions/setup-python@v5
144144
with:
145145
python-version: ${{ env.py-semver }}
146146
cache: pip
@@ -194,7 +194,7 @@ jobs:
194194
run: sudo rm -f /usr/bin/docker ; sudo apt-get install -y podman
195195

196196
- name: Set up Python
197-
uses: actions/setup-python@v4
197+
uses: actions/setup-python@v5
198198
with:
199199
python-version: 3.12
200200
cache: pip
@@ -230,7 +230,7 @@ jobs:
230230
sudo apt-get install -y ./singularity-ce_3.10.4-jammy_amd64.deb
231231
232232
- name: Set up Python
233-
uses: actions/setup-python@v4
233+
uses: actions/setup-python@v5
234234
with:
235235
python-version: 3.12
236236
cache: pip
@@ -272,7 +272,7 @@ jobs:
272272
with:
273273
fetch-depth: 0
274274
- name: Set up Python
275-
uses: actions/setup-python@v4
275+
uses: actions/setup-python@v5
276276
with:
277277
python-version: 3.12
278278
cache: pip

0 commit comments

Comments
 (0)