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:
Mike 2021-10-20 01:44:39 +00:00 committed by GitHub
commit 21e9accecf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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') }}