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@b55428b1882923874294fa556849718a1d7f2ca5
13
+ uses : actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
14
14
with :
15
15
python-version : 3.x
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@b55428b1882923874294fa556849718a1d7f2ca5
17
+ uses : actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
18
18
with :
19
19
python-version : 3.x
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@b55428b1882923874294fa556849718a1d7f2ca5
18
+ uses : actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
19
19
with :
20
20
python-version : 3.x
21
21
cache : ' pip'
You can’t perform that action at this time.
0 commit comments