Kaynağa Gözat
chore(deps): update actions/cache action to v5
pull/5063/head
renovate[bot]
2 ay önce
committed by
GitHub
ebeveyn
işleme
d5a390e9a4
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
.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') }} |
|
|
|
|