Skip to content

Commit

Permalink
Bump actions/cache from 3.0.5 to 3.0.6 (#1732)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.5...v3.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 8, 2022
1 parent 1a698ac commit b92f2eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
'requirements_test_brain.txt', 'requirements_test_pre_commit.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.6
with:
path: venv
key: >-
Expand All @@ -56,7 +56,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}"
- name: Restore pre-commit environment
id: cache-precommit
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.6
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
'requirements_test_brain.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.6
with:
path: venv
key: >-
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.6
with:
path: venv
key:
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
'requirements_test_brain.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.6
with:
path: venv
key: >-
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
hashFiles('setup.cfg', 'requirements_test_min.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.6
with:
path: venv
key: >-
Expand Down

0 comments on commit b92f2eb

Please sign in to comment.