Skip to content

Commit 967d73e

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump actions/setup-python from 3 to 4
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]>
1 parent 1fa4e16 commit 967d73e

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
@@ -42,7 +42,7 @@ jobs:
4242
singularity-version: ${{ env.singularity_version }}
4343

4444
- name: Set up Python
45-
uses: actions/setup-python@v3
45+
uses: actions/setup-python@v4
4646
with:
4747
python-version: ${{ env.py-semver }}
4848

@@ -92,7 +92,7 @@ jobs:
9292
fetch-depth: 0
9393

9494
- name: Set up Python
95-
uses: actions/setup-python@v3
95+
uses: actions/setup-python@v4
9696
with:
9797
python-version: ${{ env.py-semver }}
9898

@@ -128,7 +128,7 @@ jobs:
128128
singularity-version: ${{ env.singularity_version }}
129129

130130
- name: Set up Python
131-
uses: actions/setup-python@v3
131+
uses: actions/setup-python@v4
132132
with:
133133
python-version: "3.10" # quoted, otherwise that turns into the number 3.1
134134

.github/workflows/tag_to_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
singularity-version: ${{ env.singularity_version }}
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v3
29+
uses: actions/setup-python@v4
3030
with:
3131
python-version: "3.10" # quoted, otherwise that turns into the number 3.1
3232

0 commit comments

Comments
 (0)