Skip to content

Commit a0de373

Browse files
Bump actions/setup-python from 4 to 5 (#585)
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 1f68fa2 commit a0de373

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build docs
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/setup-python@v4
16+
- uses: actions/setup-python@v5
1717
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
- name: Set up Python
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ env.PYTHON_LATEST }}
3232
cache: pip
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v4
6363
with:
6464
fetch-depth: 0
65-
- uses: actions/setup-python@v4
65+
- uses: actions/setup-python@v5
6666
with:
6767
python-version: ${{ matrix.python-version }}
6868
cache: pip
@@ -114,7 +114,7 @@ jobs:
114114
name: Checkout source repository
115115
with:
116116
fetch-depth: 0
117-
- uses: actions/setup-python@v4
117+
- uses: actions/setup-python@v5
118118
- name: Build sdist
119119
run: >
120120
pip3 install pkgconfig cython --upgrade &&

0 commit comments

Comments
 (0)