Sfoglia il codice sorgente

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

migration-validation-system
renovate[bot] 1 mese fa
committed by Slavi Pantaleev
parent
commit
4174eafd6b
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@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') }}


Caricamento…
Annulla
Salva