File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4141 - name : Install poetry
4242 uses : abatilo/actions-poetry@v4
4343
44- - uses : actions/cache@v4
44+ - uses : actions/cache@v5
4545 with :
4646 path : ~/.cache/pypoetry/virtualenvs
4747 key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
8282 with :
8383 python-version : ' 3.14'
8484
85- - uses : actions/cache@v4
85+ - uses : actions/cache@v5
8686 with :
8787 path : ~/.cache/pypoetry/virtualenvs
8888 key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
@@ -132,7 +132,7 @@ jobs:
132132 with :
133133 python-version : ' 3.14'
134134
135- - uses : actions/cache@v4
135+ - uses : actions/cache@v5
136136 with :
137137 path : ~/.cache/pypoetry/virtualenvs
138138 key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
@@ -174,7 +174,7 @@ jobs:
174174 with :
175175 python-version : ' 3.14'
176176
177- - uses : actions/cache@v4
177+ - uses : actions/cache@v5
178178 with :
179179 path : ~/.cache/pypoetry/virtualenvs
180180 key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
Original file line number Diff line number Diff line change 2222 with :
2323 python-version : ' 3.14'
2424
25- - uses : actions/cache@v4
25+ - uses : actions/cache@v5
2626 with :
2727 path : ~/.cache/pypoetry/virtualenvs
2828 key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
5353 with :
5454 python-version : ' 3.14'
5555
56- - uses : actions/cache@v4
56+ - uses : actions/cache@v5
5757 with :
5858 path : ~/.cache/pypoetry/virtualenvs
5959 key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
Original file line number Diff line number Diff line change 2929 with :
3030 python-version : ' 3.14'
3131
32- - uses : actions/cache@v4
32+ - uses : actions/cache@v5
3333 with :
3434 path : ~/.cache/pypoetry/virtualenvs
3535 key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
You can’t perform that action at this time.
0 commit comments