Skip to content

Commit 859f070

Browse files
committed
Bump actions/checkout to v4, actions/setup-python to v5
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) 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)
1 parent 16a18d6 commit 859f070

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
runs-on: ubuntu-latest
2323
if: github.repository == 'xarray-contrib/cupy-xarray'
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
28-
- uses: actions/setup-python@v4
29-
name: Install Python
28+
persist-credentials: false
29+
30+
- name: Install Python
31+
uses: actions/setup-python@v5
3032
with:
3133
python-version: "3.10"
3234

0 commit comments

Comments
 (0)