File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
26
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
20
20
21
21
- name : Set up Python
22
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
22
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
23
23
with :
24
24
python-version : ' 3.10'
25
25
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
20
20
21
21
- name : Set up Python
22
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
22
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
23
23
with :
24
24
python-version : ' 3.10'
25
25
Original file line number Diff line number Diff line change 76
76
steps :
77
77
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
78
78
- name : Set up Python ${{ matrix.python-version }}
79
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
79
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
80
80
with :
81
81
python-version : ${{ matrix.python-version }}
82
82
You can’t perform that action at this time.
0 commit comments