Update actions/cache action to v6

This commit is contained in:
renovate[bot]
2026-06-23 16:13:25 +00:00
committed by GitHub
parent e3b37ac350
commit 2823321442
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v7
- name: Restore prek cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: var/prek
key: arch-prek-v1-${{ hashFiles('.pre-commit-config.yaml') }}