File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Set up Python
13
- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
13
+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
14
14
with :
15
15
python-version : ' 3.10'
16
16
cache : pip
Original file line number Diff line number Diff line change 14
14
fetch-depth : 0 # we want all refs for the --is-ancestor check
15
15
16
16
- name : Set up Python
17
- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
17
+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
18
18
with :
19
19
python-version : ' 3.10'
20
20
cache : pip
Original file line number Diff line number Diff line change 17
17
fetch-depth : 0
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
20
+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
21
21
with :
22
22
python-version : ' 3.10'
23
23
cache : ' pip'
You can’t perform that action at this time.
0 commit comments