Skip to content

Commit 5136814

Browse files
committed
Изменена версия кэширования, с третьей версией не работает деплой
1 parent 15a9a81 commit 5136814

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/django-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: 3.11
2020

2121
- name: cache poetry install
22-
uses: actions/cache@v3
22+
uses: actions/cache@v2
2323
with:
2424
path: ~/.local
2525
key: poetry-1.2.2-0
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: cache deps
3434
id: cache-deps
35-
uses: actions/cache@v3
35+
uses: actions/cache@v2
3636
with:
3737
path: .venv
3838
key: pydeps-${{ hashFiles('**/poetry.lock') }}

.github/workflows/release-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: 3.11
1919

2020
- name: cache poetry install
21-
uses: actions/cache@v3
21+
uses: actions/cache@v2
2222
with:
2323
path: ~/.local
2424
key: poetry-1.2.2-0
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: cache deps
3333
id: cache-deps
34-
uses: actions/cache@v3
34+
uses: actions/cache@v2
3535
with:
3636
path: .venv
3737
key: pydeps-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)