Skip to content

Commit e422aa2

Browse files
authored
Merge pull request #100 from CCPBioSim/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 6c927f9 + 164abff commit e422aa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
name: Publish to pypi if tagged
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5
16+
1617
- uses: casperdcl/deploy-pypi@v2
1718
with:
1819
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)