File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
steps :
33
33
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
34
34
35
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
35
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
38
38
59
59
steps :
60
60
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
61
61
62
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
62
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
63
63
with :
64
64
python-version : ' 3.12'
65
65
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
22
22
23
23
- name : Set up Python
24
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
24
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
25
25
with :
26
26
python-version : 3.12
27
27
You can’t perform that action at this time.
0 commit comments