Skip to content

Commit

Permalink
Merge pull request #105 from Intility/ac70dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-3.0.11
  • Loading branch information
JonasKs committed Nov 1, 2022
2 parents 2596312 + 6c4e3f4 commit b38adb0
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.9
uses: actions/cache@v3.0.11
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.9
uses: actions/cache@v3.0.11
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.9
- uses: actions/cache@v3.0.11
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.9
uses: actions/cache@v3.0.11
id: cache-venv
with:
path: .venv
Expand Down

0 comments on commit b38adb0

Please sign in to comment.