chore(deps)!: update actions/cache (v4 → v5) (#17)

This commit is contained in:
renovate[bot]
2025-12-13 20:12:20 +02:00
committed by GitHub
parent 99c2e6a6fa
commit f9fcbe1dc4

View File

@@ -29,7 +29,7 @@ jobs:
# Cache dependencies. From:
# https://github.com/actions/cache/blob/master/examples.md#python---pip
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}