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@b64ffcaf5b410884ad320a9cfac8866006a109aa
13
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
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@b64ffcaf5b410884ad320a9cfac8866006a109aa
17
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
18
18
with :
19
19
python-version : ' 3.10'
20
20
cache : pip
Original file line number Diff line number Diff line change 30
30
31
31
- name : Set up Python
32
32
if : steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
33
- uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa
33
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
34
34
with :
35
35
python-version : ' 3.10'
36
36
cache : ' pip'
You can’t perform that action at this time.
0 commit comments