1
mirror of https://github.com/home-assistant/supervisor synced 2024-08-05 03:49:58 +02:00

Bump actions/cache from 3.0.6 to 3.0.7 (#3788)

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.6...v3.0.7)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-12 11:33:00 -04:00 committed by GitHub
parent 3eac3a6178
commit a968f6e90a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: venv
key: |
@ -45,7 +45,7 @@ jobs:
pip install -r requirements.txt -r requirements_tests.txt
- name: Restore pre-commit environment from cache
id: cache-precommit
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: ${{ env.PRE_COMMIT_HOME }}
key: |
@ -72,7 +72,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: venv
key: |
@ -116,7 +116,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: venv
key: |
@ -128,7 +128,7 @@ jobs:
exit 1
- name: Restore pre-commit environment from cache
id: cache-precommit
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: ${{ env.PRE_COMMIT_HOME }}
key: |
@ -160,7 +160,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: venv
key: |
@ -192,7 +192,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: venv
key: |
@ -204,7 +204,7 @@ jobs:
exit 1
- name: Restore pre-commit environment from cache
id: cache-precommit
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: ${{ env.PRE_COMMIT_HOME }}
key: |
@ -233,7 +233,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: venv
key: |
@ -245,7 +245,7 @@ jobs:
exit 1
- name: Restore pre-commit environment from cache
id: cache-precommit
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: ${{ env.PRE_COMMIT_HOME }}
key: |
@ -277,7 +277,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: venv
key: |
@ -309,7 +309,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: venv
key: |
@ -321,7 +321,7 @@ jobs:
exit 1
- name: Restore pre-commit environment from cache
id: cache-precommit
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: ${{ env.PRE_COMMIT_HOME }}
key: |
@ -357,7 +357,7 @@ jobs:
version: ${{ env.DEFAULT_CAS }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: venv
key: |
@ -411,7 +411,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: venv
key: |