Skip to content

Commit

Permalink
Bump actions/cache from 3.0.3 to 3.0.4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.3...v3.0.4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2022
1 parent 9bda2f0 commit 2de2082
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@v3
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 2de2082

Please sign in to comment.