mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-14 12:46:32 +00:00
Bump actions/cache from 3.0.9 to 3.0.10 (#3920)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.10. - [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.9...v3.0.10) --- 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:
parent
6ae664b448
commit
0dc442d0cb
30
.github/workflows/ci.yaml
vendored
30
.github/workflows/ci.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
||||
- name: Restore Python virtual environment
|
||||
id: cache-venv
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: venv
|
||||
key: |
|
||||
@ -44,7 +44,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.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: ${{ env.PRE_COMMIT_HOME }}
|
||||
key: |
|
||||
@ -71,7 +71,7 @@ jobs:
|
||||
python-version: ${{ needs.prepare.outputs.python-version }}
|
||||
- name: Restore Python virtual environment
|
||||
id: cache-venv
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: venv
|
||||
key: |
|
||||
@ -115,7 +115,7 @@ jobs:
|
||||
python-version: ${{ needs.prepare.outputs.python-version }}
|
||||
- name: Restore Python virtual environment
|
||||
id: cache-venv
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: venv
|
||||
key: |
|
||||
@ -127,7 +127,7 @@ jobs:
|
||||
exit 1
|
||||
- name: Restore pre-commit environment from cache
|
||||
id: cache-precommit
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: ${{ env.PRE_COMMIT_HOME }}
|
||||
key: |
|
||||
@ -159,7 +159,7 @@ jobs:
|
||||
python-version: ${{ needs.prepare.outputs.python-version }}
|
||||
- name: Restore Python virtual environment
|
||||
id: cache-venv
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: venv
|
||||
key: |
|
||||
@ -191,7 +191,7 @@ jobs:
|
||||
python-version: ${{ needs.prepare.outputs.python-version }}
|
||||
- name: Restore Python virtual environment
|
||||
id: cache-venv
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: venv
|
||||
key: |
|
||||
@ -203,7 +203,7 @@ jobs:
|
||||
exit 1
|
||||
- name: Restore pre-commit environment from cache
|
||||
id: cache-precommit
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: ${{ env.PRE_COMMIT_HOME }}
|
||||
key: |
|
||||
@ -232,7 +232,7 @@ jobs:
|
||||
python-version: ${{ needs.prepare.outputs.python-version }}
|
||||
- name: Restore Python virtual environment
|
||||
id: cache-venv
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: venv
|
||||
key: |
|
||||
@ -244,7 +244,7 @@ jobs:
|
||||
exit 1
|
||||
- name: Restore pre-commit environment from cache
|
||||
id: cache-precommit
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: ${{ env.PRE_COMMIT_HOME }}
|
||||
key: |
|
||||
@ -276,7 +276,7 @@ jobs:
|
||||
python-version: ${{ needs.prepare.outputs.python-version }}
|
||||
- name: Restore Python virtual environment
|
||||
id: cache-venv
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: venv
|
||||
key: |
|
||||
@ -308,7 +308,7 @@ jobs:
|
||||
python-version: ${{ needs.prepare.outputs.python-version }}
|
||||
- name: Restore Python virtual environment
|
||||
id: cache-venv
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: venv
|
||||
key: |
|
||||
@ -320,7 +320,7 @@ jobs:
|
||||
exit 1
|
||||
- name: Restore pre-commit environment from cache
|
||||
id: cache-precommit
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: ${{ env.PRE_COMMIT_HOME }}
|
||||
key: |
|
||||
@ -353,7 +353,7 @@ jobs:
|
||||
version: ${{ env.DEFAULT_CAS }}
|
||||
- name: Restore Python virtual environment
|
||||
id: cache-venv
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: venv
|
||||
key: |
|
||||
@ -407,7 +407,7 @@ jobs:
|
||||
python-version: ${{ needs.prepare.outputs.python-version }}
|
||||
- name: Restore Python virtual environment
|
||||
id: cache-venv
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.10
|
||||
with:
|
||||
path: venv
|
||||
key: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user