3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-03-26 06:27:23 +00:00

chore(deps): update actions/cache action to v5

This commit is contained in:
renovate[bot]
2026-03-22 16:03:18 +00:00
committed by Slavi Pantaleev
parent 09221fd611
commit 4174eafd6b

View File

@@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v6
- name: Restore prek cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: var/prek
key: arch-prek-v1-${{ hashFiles('.pre-commit-config.yaml') }}