mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Merge pull request #80 from jazzband/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 1 to 2.1.6
This commit is contained in:
commit
21e9accecf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
installer-parallel: true
|
||||
|
||||
- name: Set up cache
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v2.1.6
|
||||
with:
|
||||
path: .venv
|
||||
key: venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue