Просмотр исходного кода

Bump actions/cache from 5 to 6

Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/5358/head
dependabot[bot] 6 дней назад
committed by Slavi Pantaleev
Родитель
Сommit
dd37011ffb
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      .github/workflows/matrix.yml

+ 1
- 1
.github/workflows/matrix.yml Просмотреть файл

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


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


Загрузка…
Отмена
Сохранить