File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 41
41
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
42
42
43
43
- name : Set up Python ${{ matrix.python-version }}
44
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
44
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
45
45
with :
46
46
python-version : ${{ matrix.python-version }}
47
47
cache : " pip"
Original file line number Diff line number Diff line change 24
24
ref : ${{ github.event.workflow_run.head_branch }}
25
25
26
26
- name : Set up Python
27
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
27
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
28
28
with :
29
29
python-version : ' 3.x'
30
30
Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
13
13
14
14
- name : Set up Python
15
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
15
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
16
16
with :
17
17
python-version : ' 3.x'
18
18
cache : ' pip'
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
23
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
24
24
with :
25
25
python-version : ' 3.x'
26
26
cache : ' pip'
Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
19
19
20
20
- name : Set up Python
21
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
21
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
22
22
with :
23
23
python-version : ' 3.x'
24
24
cache : ' pip'
Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
13
13
14
14
- name : Set up Python
15
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
15
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
16
16
with :
17
17
python-version : ' 3.x'
18
18
cache : ' pip'
You can’t perform that action at this time.
0 commit comments