bump actions/cache to 3.0.1

This commit is contained in:
Dmitry Belyaev 2022-04-05 12:37:02 +03:00
parent 6411241a9a
commit 25670a61ba
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Load cached Poetry installation
uses: actions/cache@v2
uses: actions/cache@v3.0.1
with:
path: ~/.local
key: poetry-0

View File

@ -16,7 +16,7 @@ jobs:
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Load cached Poetry installation
uses: actions/cache@v2
uses: actions/cache@v3.0.1
with:
path: ~/.local
key: poetry-0