File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
python-version : ' 3.x'
16
16
cache : ' pip'
17
17
cache-dependency-path : ' pdm.lock'
18
- - uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
18
+ - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
19
19
with :
20
20
path : ~/.cache/pdm
21
21
key : ${{ matrix.python }}-pdm-${{ hashFiles('pdm.lock') }}
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
38
38
python-version : ${{ matrix.python }}
39
39
cache : ' pip'
40
40
cache-dependency-path : ' pdm.lock'
41
- - uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
41
+ - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
42
42
with :
43
43
path : ~/.cache/pdm
44
44
key : ${{ matrix.python }}-pdm-${{ hashFiles('pdm.lock') }}
45
45
restore-keys : ${{ matrix.python }}-pdm-
46
46
- name : cache mypy
47
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
47
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
48
48
with :
49
49
path : ./.mypy_cache
50
50
key : mypy|${{ matrix.python }}|${{ hashFiles('pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments