Skip to content

Commit 44ff5c9

Browse files
committed
updating actions/cache github action, old version deprecated
1 parent 310f214 commit 44ff5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
with:
1414
python-version: 3.9
1515
- name: Poetry cache
16-
uses: actions/cache@v2
16+
uses: actions/cache@v4
1717
with:
1818
path: ~/.cache/pypoetry
1919
key: poetry-cache-${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ hashFiles('.github/workflows/*.yml') }}
2020
- name: Pip cache
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.cache/pip
2424
key: pip-cache-${{ runner.os }}-${{ hashFiles('.github/workflows/*.yml') }}

0 commit comments

Comments
 (0)