Skip to content

Commit

Permalink
Bump actions/setup-python from 3 to 4 (#1679)
Browse files Browse the repository at this point in the history
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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and GlassOfWhiskey committed Sep 15, 2022
1 parent 38172f9 commit 1c7c02f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: sudo usermod -c 'CI Runner' $(whoami)

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ env.py-semver }}
cache: pip
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ env.py-semver }}
cache: pip
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
singularity-version: ${{ env.singularity_version }}

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: pip
Expand All @@ -157,7 +157,7 @@ jobs:
singularity-version: ${{ env.singularity_version }}

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.10" # quoted, otherwise that turns into the number 3.1
cache: pip
Expand Down

0 comments on commit 1c7c02f

Please sign in to comment.