Skip to content

Commit b21e4f3

Browse files
committed
update setup-python to @v4
1 parent fe6ee76 commit b21e4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch_push_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# acquire specific version of python
2121
- name: Set up Python 3.10
2222
if: github.repository == 'ESCOMP/CAM' #Only run on main repo
23-
uses: actions/setup-python@v1
23+
uses: actions/setup-python@v4
2424
with:
2525
python-version: '3.10' # Semantic version range syntax or exact version of a Python version
2626
# install required python packages

0 commit comments

Comments
 (0)