Skip to content

Commit

Permalink
Merge pull request #98 from Intility/6883dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-3.0.5
  • Loading branch information
JonasKs committed Aug 10, 2022
2 parents d5db18f + da62f93 commit f1d29a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
virtualenvs-in-project: true

- name: Load cached venv
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
id: cache-venv
with:
path: .venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
virtualenvs-in-project: true
- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
with:
path: .venv
key: venv-${{ runner.os }}-3.10-${{ hashFiles('**/poetry.lock') }}-0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: actions/cache@v3.0.4
- uses: actions/cache@v3.0.5
with:
path: |
~/.cache/pip
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Load cached venv
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
id: cache-venv
with:
path: .venv
Expand Down

0 comments on commit f1d29a5

Please sign in to comment.