File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 with :
2222 submodules : " recursive"
2323 - name : Setup Python 3.8
24- uses : actions/setup-python@v2
24+ uses : actions/setup-python@v4
2525 with :
2626 python-version : " 3.8"
2727 - uses : actions/cache@v3
@@ -138,7 +138,7 @@ jobs:
138138 steps :
139139 - uses : actions/checkout@v3
140140 - name : Set up Python
141- uses : actions/setup-python@v1
141+ uses : actions/setup-python@v4
142142 with :
143143 python-version : 3.8
144144 - name : Get artifacts
@@ -167,7 +167,7 @@ jobs:
167167 steps :
168168 - uses : actions/checkout@v3
169169 - name : Set up Python
170- uses : actions/setup-python@v1
170+ uses : actions/setup-python@v4
171171 with :
172172 python-version : 3.8
173173 - name : Get artifacts
@@ -205,7 +205,7 @@ jobs:
205205 steps :
206206 - uses : actions/checkout@v3
207207 - name : Set up Python
208- uses : actions/setup-python@v1
208+ uses : actions/setup-python@v4
209209 with :
210210 python-version : 3.8
211211 - name : Get artifacts
You can’t perform that action at this time.
0 commit comments