File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
outputs :
10
10
hash : ${{ steps.hash.outputs.hash }}
11
11
steps :
12
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
13
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
12
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
13
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
14
14
with :
15
15
python-version : ' 3.x'
16
16
cache : ' pip'
Original file line number Diff line number Diff line change 31
31
- {name: '3.8', python: '3.8', tox: py38}
32
32
- {name: 'Typing', python: '3.11', tox: typing}
33
33
steps :
34
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
35
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
34
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
35
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
36
36
with :
37
37
python-version : ${{ matrix.python }}
38
38
cache : ' pip'
You can’t perform that action at this time.
0 commit comments