Merge pull request #4 from thamognya/dependabot/github_actions/actions/cache-3.2.1
⬆️ Bump actions/cache from 2.1.6 to 3.2.1
main
commit
0545bc4566
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: make poetry-download
|
||||
|
||||
- name: Set up cache
|
||||
uses: actions/cache@v2.1.6
|
||||
uses: actions/cache@v3.2.1
|
||||
with:
|
||||
path: .venv
|
||||
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
|
||||
|
|
Loading…
Reference in New Issue