Skip to content

Commit 6c927f9

Browse files
authored
Merge pull request #101 from CCPBioSim/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 2 to 5
2 parents d7c7388 + effdb41 commit 6c927f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-on-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/setup-python@v2
15+
- uses: actions/setup-python@v5
1616
- uses: casperdcl/deploy-pypi@v2
1717
with:
1818
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)