Browse Source

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

pull/5063/head
renovate[bot] 2 months ago
committed by GitHub
parent
commit
d5a390e9a4
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@v6 uses: actions/checkout@v6


- name: Restore prek cache - name: Restore prek cache
uses: actions/cache@v4
uses: actions/cache@v5
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