Bump actions/cache from 3 to 4

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-18 08:25:01 +00:00
committed by GitHub
parent cfef2e7413
commit ee06023dd3

View File

@@ -24,13 +24,13 @@ jobs:
uses: Gr1N/setup-poetry@v8 uses: Gr1N/setup-poetry@v8
- name: Cache venv - name: Cache venv
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: .venv path: .venv
key: venv-${{ hashFiles('**/poetry.lock') }} key: venv-${{ hashFiles('**/poetry.lock') }}
- name: Cache pre-commit - name: Cache pre-commit
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ~/.cache/pre-commit/ path: ~/.cache/pre-commit/
key: ${{ runner.os }}-pre-commit-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('**/.pre-commit-config.yaml') }} # yamllint disable-line key: ${{ runner.os }}-pre-commit-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('**/.pre-commit-config.yaml') }} # yamllint disable-line