Browse Source
chore(deps): update actions/cache action to v5
pull/5063/head
renovate[bot]
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/matrix.yml
|
|
|
@@ -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') }} |
|
|
|
|