Merge pull request #63 from alexpolo1/dependabot/github_actions/actions/cache-4

Bump actions/cache from 3 to 4
This commit is contained in:
alexpolo1
2024-01-18 09:31:51 +01:00
committed by GitHub

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