Merge pull request #693 from wger-project/dependabot/github_actions/actions/cache-2.1.6

Bump actions/cache from 2.1.5 to 2.1.6
This commit is contained in:
Roland Geider
2021-05-30 16:47:22 +02:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v2.3.4
- name: Cache dependencies
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}