mirror of
https://github.com/ivuorinen/github-stats.git
synced 2026-01-26 03:24:09 +00:00
chore(deps)!: update actions/cache (v4 → v5) (#17)
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
|
|
||||||
# Cache dependencies. From:
|
# Cache dependencies. From:
|
||||||
# https://github.com/actions/cache/blob/master/examples.md#python---pip
|
# https://github.com/actions/cache/blob/master/examples.md#python---pip
|
||||||
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/pip
|
path: ~/.cache/pip
|
||||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user