Browse Source

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

migration-validation-system
renovate[bot] 1 month ago
committed by Slavi Pantaleev
parent
commit
4174eafd6b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/matrix.yml

+ 1
- 1
.github/workflows/matrix.yml 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') }}


Loading…
Cancel
Save