File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : Load cached venv
2929 id : cached-poetry-dependencies
30- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
30+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3131 with :
3232 path : .venv
3333 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 2727
2828 - name : Load cached venv
2929 id : cached-poetry-dependencies
30- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
30+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3131 with :
3232 path : .venv
3333 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
3737
3838 - name : Cache Graphviz installation
3939 id : cache-graphviz
40- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
40+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4141 with :
4242 path : ~/graphviz-cache
4343 key : graphviz-installed-${{ runner.os }}
Original file line number Diff line number Diff line change 3636
3737 - name : Load cached venv
3838 id : cached-poetry-dependencies
39- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
39+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4040 with :
4141 path : .venv
4242 key : venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
4848
4949 - name : Cache Graphviz installation
5050 id : cache-graphviz
51- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
51+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5252 with :
5353 path : ~/graphviz-cache
5454 key : graphviz-installed-${{ runner.os }}
You can’t perform that action at this time.
0 commit comments