Update actions/cache action to v5.0.4 (#3172)

This commit is contained in:
renovate[bot]
2026-03-29 21:23:56 -04:00
committed by GitHub
parent c47b982b86
commit e6a5731525
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
persist-credentials: false
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
- name: "Cache prek"
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: ~/.cache/prek
key: prek-${{ hashFiles('.pre-commit-config.yaml') }}