Merge pull request #680 from wger-project/dependabot/github_actions/actions/cache-2.1.5

Bump actions/cache from 2 to 2.1.5
This commit is contained in:
Roland Geider
2021-05-12 10:44:45 +02:00
committed by GitHub

View File

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