Skip to content

Commit

Permalink
Merge pull request #76 from t2k-software/thecuriousneutrino-patch-1
Browse files Browse the repository at this point in the history
Update pythonpublish.yml
thecuriousneutrino authored Feb 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 1c2b364 + 5b88305 commit 1c2d9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
@@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5.0.0
with:
python-version: '3.x'
- name: Install dependencies

0 comments on commit 1c2d9b1

Please sign in to comment.