File tree 3 files changed +3
-3
lines changed 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@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
13
+ uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
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@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
17
+ uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
18
18
with :
19
19
python-version : ' 3.10'
20
20
cache : pip
Original file line number Diff line number Diff line change 15
15
fetch-depth : 0
16
16
17
17
- name : Set up Python
18
- uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
18
+ uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
19
19
with :
20
20
python-version : ' 3.10'
21
21
cache : ' pip'
You can’t perform that action at this time.
0 commit comments