Merge pull request #49 from tbnobody/dependabot/github_actions/actions/cache-3

Bump actions/cache from 2 to 3
This commit is contained in:
tbnobody 2022-08-06 03:34:40 +02:00 committed by GitHub
commit 2b08e1d060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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