mirror of
https://github.com/ivuorinen/github-stats.git
synced 2026-01-26 11:34:10 +00:00
Merge pull request #2 from ivuorinen/renovate/actions-cache-3.x
Update actions/cache action to v3
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
# Cache dependencies. From:
|
||||
# https://github.com/actions/cache/blob/master/examples.md#python---pip
|
||||
- uses: actions/cache@v2
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
||||
|
||||
Reference in New Issue
Block a user