소스 검색
chore(deps): update actions/cache action to v5
pull/5063/head
renovate[bot]
2 달 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.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') }} |
|
|
|
|