Skip to content

Commit

Permalink
Merge pull request #1008 from wger-project/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-3.0.2

Bump actions/cache from 3.0.1 to 3.0.2
  • Loading branch information
rolandgeider committed Apr 12, 2022
2 parents 06c0e4c + 542585e commit 8129953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache dependencies
uses: actions/cache@v3.0.1
uses: actions/cache@v3.0.2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
Expand Down

0 comments on commit 8129953

Please sign in to comment.