Skip to content

Commit

Permalink
update setup-python to @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 13, 2022
1 parent fe6ee76 commit b21e4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch_push_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# acquire specific version of python
- name: Set up Python 3.10
if: github.repository == 'ESCOMP/CAM' #Only run on main repo
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.10' # Semantic version range syntax or exact version of a Python version
# install required python packages
Expand Down

0 comments on commit b21e4f3

Please sign in to comment.