Merge pull request #63 from alexpolo1/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
This commit is contained in:
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user