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@f43a0e5ff2bd294095638e18286ca9a3d1956744
12
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
13
13
- uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
14
14
with :
15
15
python-version : ' 3.x'
23
23
- name : generate hash
24
24
id : hash
25
25
run : cd dist && echo "hash=$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
26
- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
26
+ - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
27
27
with :
28
28
path : ./dist
29
29
provenance :
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
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@f43a0e5ff2bd294095638e18286ca9a3d1956744
34
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
35
35
- uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
36
36
with :
37
37
python-version : ${{ matrix.python }}
38
38
cache : ' pip'
39
39
cache-dependency-path : ' requirements/*.txt'
40
40
- name : cache mypy
41
- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
41
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
42
42
with :
43
43
path : ./.mypy_cache
44
44
key : mypy|${{ matrix.python }}|${{ hashFiles('requirements/mypy.txt') }}
You can’t perform that action at this time.
0 commit comments