Merge pull request #671 from kyegomez/dependabot/github_actions/actions/setup-python-5

Bump actions/setup-python from 3 to 5
pull/676/head
Kye Gomez 4 months ago committed by GitHub
commit 5059cb88cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,7 +11,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python 3.10 - name: Set up Python 3.10
uses: actions/setup-python@v3 uses: actions/setup-python@v5
with: with:
python-version: '3.10' python-version: '3.10'
- name: Add conda to system path - name: Add conda to system path

Loading…
Cancel
Save