File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
run : sudo usermod -c 'CI Runner' $(whoami)
48
48
49
49
- name : Set up Python
50
- uses : actions/setup-python@v3
50
+ uses : actions/setup-python@v4
51
51
with :
52
52
python-version : ${{ env.py-semver }}
53
53
cache : pip
95
95
fetch-depth : 0
96
96
97
97
- name : Set up Python
98
- uses : actions/setup-python@v3
98
+ uses : actions/setup-python@v4
99
99
with :
100
100
python-version : ${{ env.py-semver }}
101
101
cache : pip
@@ -131,7 +131,7 @@ jobs:
131
131
singularity-version : ${{ env.singularity_version }}
132
132
133
133
- name : Set up Python
134
- uses : actions/setup-python@v3
134
+ uses : actions/setup-python@v4
135
135
with :
136
136
python-version : 3.9
137
137
cache : pip
@@ -157,7 +157,7 @@ jobs:
157
157
singularity-version : ${{ env.singularity_version }}
158
158
159
159
- name : Set up Python
160
- uses : actions/setup-python@v3
160
+ uses : actions/setup-python@v4
161
161
with :
162
162
python-version : " 3.10" # quoted, otherwise that turns into the number 3.1
163
163
cache : pip
You can’t perform that action at this time.
0 commit comments