Browse Source

Update actions/cache action to v6

pull/5357/head
renovate[bot] 3 months ago
committed by GitHub
parent
commit
2823321442
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
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@v7 uses: actions/checkout@v7


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


Loading…
Cancel
Save