File tree Expand file tree Collapse file tree 4 files changed +92
-79
lines changed Expand file tree Collapse file tree 4 files changed +92
-79
lines changed Original file line number Diff line number Diff line change 27
27
28
28
- name : Load cached venv
29
29
id : cached-poetry-dependencies
30
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
30
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
31
31
with :
32
32
path : .venv
33
33
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 27
27
28
28
- name : Load cached venv
29
29
id : cached-poetry-dependencies
30
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
30
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
31
31
with :
32
32
path : .venv
33
33
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
37
37
38
38
- name : Cache Graphviz installation
39
39
id : cache-graphviz
40
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
40
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
41
41
with :
42
42
path : ~/graphviz-cache
43
43
key : graphviz-installed-${{ runner.os }}
Original file line number Diff line number Diff line change 36
36
37
37
- name : Load cached venv
38
38
id : cached-poetry-dependencies
39
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
39
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
40
40
with :
41
41
path : .venv
42
42
key : venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
48
48
49
49
- name : Cache Graphviz installation
50
50
id : cache-graphviz
51
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
51
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
52
52
with :
53
53
path : ~/graphviz-cache
54
54
key : graphviz-installed-${{ runner.os }}
You can’t perform that action at this time.
0 commit comments