File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
singularity-version : ${{ env.singularity_version }}
43
43
44
44
- name : Set up Python
45
- uses : actions/setup-python@v3
45
+ uses : actions/setup-python@v4
46
46
with :
47
47
python-version : ${{ env.py-semver }}
48
48
92
92
fetch-depth : 0
93
93
94
94
- name : Set up Python
95
- uses : actions/setup-python@v3
95
+ uses : actions/setup-python@v4
96
96
with :
97
97
python-version : ${{ env.py-semver }}
98
98
@@ -128,7 +128,7 @@ jobs:
128
128
singularity-version : ${{ env.singularity_version }}
129
129
130
130
- name : Set up Python
131
- uses : actions/setup-python@v3
131
+ uses : actions/setup-python@v4
132
132
with :
133
133
python-version : " 3.10" # quoted, otherwise that turns into the number 3.1
134
134
Original file line number Diff line number Diff line change 26
26
singularity-version : ${{ env.singularity_version }}
27
27
28
28
- name : Set up Python
29
- uses : actions/setup-python@v3
29
+ uses : actions/setup-python@v4
30
30
with :
31
31
python-version : " 3.10" # quoted, otherwise that turns into the number 3.1
32
32
You can’t perform that action at this time.
0 commit comments