Skip to content

Commit 679d06d

Browse files
Merge pull request #1676 from OceanParcels/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 3 to 5
2 parents 3cd9139 + 22c0e5f commit 679d06d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-python@v3
19+
- uses: actions/setup-python@v5
2020
name: Install Python
2121
with:
2222
python-version: 3.10
@@ -51,7 +51,7 @@ jobs:
5151
needs: build-artifacts
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: actions/setup-python@v3
54+
- uses: actions/setup-python@v5
5555
name: Install Python
5656
with:
5757
python-version: 3.10

0 commit comments

Comments
 (0)