Skip to content

Commit 46b2576

Browse files
Bump actions/setup-python from 4 to 5 (#265)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d54371a commit 46b2576

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sudo apt-get install -y ./singularity-ce_3.11.4-jammy_amd64.deb
4040
4141
- name: Set up Python
42-
uses: actions/setup-python@v4
42+
uses: actions/setup-python@v5
4343
with:
4444
allow-prereleases: true
4545
python-version: ${{ env.py-semver }}
@@ -89,7 +89,7 @@ jobs:
8989
fetch-depth: 0
9090

9191
- name: Set up Python
92-
uses: actions/setup-python@v4
92+
uses: actions/setup-python@v5
9393
with:
9494
python-version: ${{ env.py-semver }}
9595
cache: pip
@@ -128,7 +128,7 @@ jobs:
128128
echo "CWL_SINGULARITY_CACHE=${CWL_SINGULARITY_CACHE}" >> $GITHUB_ENV
129129
130130
- name: Set up Python
131-
uses: actions/setup-python@v4
131+
uses: actions/setup-python@v5
132132
with:
133133
python-version: 3.11
134134
cache: pip

.github/workflows/tag_to_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
sudo apt-get install -y ./singularity-ce_3.11.4-jammy_amd64.deb
2424
2525
- name: Set up Python
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: 3.11
2929

0 commit comments

Comments
 (0)