Skip to content

Commit

Permalink
Merge pull request #147 from N720720/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-v2.1.4
  • Loading branch information
dependabot[bot] authored Mar 16, 2021
2 parents 03bac51 + 97f00cf commit b0a38a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: make download-poetry

- name: Set up cache
uses: actions/cache@v1
uses: actions/cache@v2.1.4
with:
path: .venv
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit b0a38a3

Please sign in to comment.