File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
12
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
13
13
- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
14
14
with :
15
15
python-version : ' 3.x'
Original file line number Diff line number Diff line change 32
32
- {name: '3.7', python: '3.7', tox: py37}
33
33
- {name: 'Typing', python: '3.11', tox: typing}
34
34
steps :
35
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
35
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
36
36
- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
37
37
with :
38
38
python-version : ${{ matrix.python }}
You can’t perform that action at this time.
0 commit comments