Skip to content

Commit

Permalink
Merge pull request Intility#92 from Intility/1a49dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/cache-3.0.4

Bump actions/cache from 3.0.3 to 3.0.4
  • Loading branch information
JonasKs committed Jul 1, 2022
2 parents b7a284f + 2de2082 commit 1923289
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.3
uses: actions/cache@v3.0.4
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.3
uses: actions/cache@v3.0.4
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.3
- uses: actions/cache@v3.0.4
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.3
uses: actions/cache@v3.0.4
id: cache-venv
with:
path: .venv
Expand Down

0 comments on commit 1923289

Please sign in to comment.