Sfoglia il codice sorgente

Update actions/cache action to v6

pull/5357/head
renovate[bot] 1 mese fa
committed by GitHub
parent
commit
2823321442
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .github/workflows/matrix.yml

+ 1
- 1
.github/workflows/matrix.yml Vedi File

@@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v7

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


Caricamento…
Annulla
Salva