Skip to content

Commit

Permalink
Bump actions/setup-python from 4 to 5 (#164)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 1, 2024
1 parent 2eeadd2 commit fa8b7a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: Packages
path: dist
- run: tar xf dist/*.tar.gz --strip-components=1
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
name: Packages
path: dist
- run: tar xf dist/*.tar.gz --strip-components=1
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version-file: .python-version-default
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
name: Packages
path: dist
- run: tar xf dist/*.tar.gz --strip-components=1
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version-file: .python-version-default
Expand All @@ -165,7 +165,7 @@ jobs:
name: Packages
path: dist
- run: tar xf dist/*.tar.gz --strip-components=1
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version-file: .python-version-default
Expand All @@ -185,7 +185,7 @@ jobs:
name: Packages
path: dist
- run: tar xf dist/*.tar.gz --strip-components=1
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version-file: .python-version-default
Expand All @@ -207,7 +207,7 @@ jobs:
name: Packages
path: dist
- run: tar xf dist/*.tar.gz --strip-components=1
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: pip
# Keep in-sync with .readthedocs.yaml and tox.ini/docs.
Expand All @@ -227,7 +227,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version-file: .python-version-default
Expand Down

0 comments on commit fa8b7a0

Please sign in to comment.