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
|
||||
|
||||
- name: Cache venv
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .venv
|
||||
key: venv-${{ hashFiles('**/poetry.lock') }}
|
||||
|
||||
- name: Cache pre-commit
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/pre-commit/
|
||||
key: ${{ runner.os }}-pre-commit-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('**/.pre-commit-config.yaml') }} # yamllint disable-line
|
||||
|
||||
Reference in New Issue
Block a user