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 51
51
52
52
- name : Load cached venv
53
53
id : cached-poetry-dependencies
54
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
54
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
55
55
with :
56
56
path : .venv
57
57
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/pyproject.toml') }}
Original file line number Diff line number Diff line change 32
32
33
33
- name : Load cached Poetry installation
34
34
id : cached-poetry
35
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
35
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
36
36
with :
37
37
path : ~/.local # the path depends on the OS
38
38
key : poetry # increment to reset cache
42
42
uses : snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
43
43
44
44
- name : Restore cached dependencies
45
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
45
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
46
46
with :
47
47
path : ~/.cache/pypoetry
48
48
key : ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments