Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
HomeAssistant
Core
Commits
67de96ad
Unverified
Commit
67de96ad
authored
1 year ago
by
dependabot[bot]
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump actions/cache from 3.3.1 to 3.3.2 (#99903)
parent
47a75cc0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yaml
+18
-18
18 additions, 18 deletions
.github/workflows/ci.yaml
with
18 additions
and
18 deletions
.github/workflows/ci.yaml
+
18
−
18
View file @
67de96ad
...
...
@@ -229,7 +229,7 @@ jobs:
check-latest
:
true
-
name
:
Restore base Python virtual environment
id
:
cache-venv
uses
:
actions/cache@v3.3.
1
uses
:
actions/cache@v3.3.
2
with
:
path
:
venv
key
:
>-
...
...
@@ -244,7 +244,7 @@ jobs:
pip install "$(cat requirements_test.txt | grep pre-commit)"
-
name
:
Restore pre-commit environment from cache
id
:
cache-precommit
uses
:
actions/cache@v3.3.
1
uses
:
actions/cache@v3.3.
2
with
:
path
:
${{ env.PRE_COMMIT_CACHE }}
lookup-only
:
true
...
...
@@ -274,7 +274,7 @@ jobs:
check-latest
:
true
-
name
:
Restore base Python virtual environment
id
:
cache-venv
uses
:
actions/cache/restore@v3.3.
1
uses
:
actions/cache/restore@v3.3.
2
with
:
path
:
venv
fail-on-cache-miss
:
true
...
...
@@ -283,7 +283,7 @@ jobs:
needs.info.outputs.pre-commit_cache_key }}
-
name
:
Restore pre-commit environment from cache
id
:
cache-precommit
uses
:
actions/cache/restore@v3.3.
1
uses
:
actions/cache/restore@v3.3.
2
with
:
path
:
${{ env.PRE_COMMIT_CACHE }}
fail-on-cache-miss
:
true
...
...
@@ -320,7 +320,7 @@ jobs:
check-latest
:
true
-
name
:
Restore base Python virtual environment
id
:
cache-venv
uses
:
actions/cache/restore@v3.3.
1
uses
:
actions/cache/restore@v3.3.
2
with
:
path
:
venv
fail-on-cache-miss
:
true
...
...
@@ -329,7 +329,7 @@ jobs:
needs.info.outputs.pre-commit_cache_key }}
-
name
:
Restore pre-commit environment from cache
id
:
cache-precommit
uses
:
actions/cache/restore@v3.3.
1
uses
:
actions/cache/restore@v3.3.
2
with
:
path
:
${{ env.PRE_COMMIT_CACHE }}
fail-on-cache-miss
:
true
...
...
@@ -369,7 +369,7 @@ jobs:
check-latest
:
true
-
name
:
Restore base Python virtual environment
id
:
cache-venv
uses
:
actions/cache/restore@v3.3.
1
uses
:
actions/cache/restore@v3.3.
2
with
:
path
:
venv
fail-on-cache-miss
:
true
...
...
@@ -378,7 +378,7 @@ jobs:
needs.info.outputs.pre-commit_cache_key }}
-
name
:
Restore pre-commit environment from cache
id
:
cache-precommit
uses
:
actions/cache/restore@v3.3.
1
uses
:
actions/cache/restore@v3.3.
2
with
:
path
:
${{ env.PRE_COMMIT_CACHE }}
fail-on-cache-miss
:
true
...
...
@@ -468,7 +468,7 @@ jobs:
env.HA_SHORT_VERSION }}-$(date -u '+%Y-%m-%dT%H:%M:%s')" >> $GITHUB_OUTPUT
-
name
:
Restore base Python virtual environment
id
:
cache-venv
uses
:
actions/cache@v3.3.
1
uses
:
actions/cache@v3.3.
2
with
:
path
:
venv
lookup-only
:
true
...
...
@@ -477,7 +477,7 @@ jobs:
needs.info.outputs.python_cache_key }}
-
name
:
Restore pip wheel cache
if
:
steps.cache-venv.outputs.cache-hit != 'true'
uses
:
actions/cache@v3.3.
1
uses
:
actions/cache@v3.3.
2
with
:
path
:
${{ env.PIP_CACHE }}
key
:
>-
...
...
@@ -531,7 +531,7 @@ jobs:
check-latest
:
true
-
name
:
Restore full Python ${{ env.DEFAULT_PYTHON }} virtual environment
id
:
cache-venv
uses
:
actions/cache/restore@v3.3.
1
uses
:
actions/cache/restore@v3.3.
2
with
:
path
:
venv
fail-on-cache-miss
:
true
...
...
@@ -563,7 +563,7 @@ jobs:
check-latest
:
true
-
name
:
Restore base Python virtual environment
id
:
cache-venv
uses
:
actions/cache/restore@v3.3.
1
uses
:
actions/cache/restore@v3.3.
2
with
:
path
:
venv
fail-on-cache-miss
:
true
...
...
@@ -596,7 +596,7 @@ jobs:
check-latest
:
true
-
name
:
Restore full Python ${{ env.DEFAULT_PYTHON }} virtual environment
id
:
cache-venv
uses
:
actions/cache/restore@v3.3.
1
uses
:
actions/cache/restore@v3.3.
2
with
:
path
:
venv
fail-on-cache-miss
:
true
...
...
@@ -647,7 +647,7 @@ jobs:
env.HA_SHORT_VERSION }}-$(date -u '+%Y-%m-%dT%H:%M:%s')" >> $GITHUB_OUTPUT
-
name
:
Restore full Python ${{ env.DEFAULT_PYTHON }} virtual environment
id
:
cache-venv
uses
:
actions/cache/restore@v3.3.
1
uses
:
actions/cache/restore@v3.3.
2
with
:
path
:
venv
fail-on-cache-miss
:
true
...
...
@@ -655,7 +655,7 @@ jobs:
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
needs.info.outputs.python_cache_key }}
-
name
:
Restore mypy cache
uses
:
actions/cache@v3.3.
1
uses
:
actions/cache@v3.3.
2
with
:
path
:
.mypy_cache
key
:
>-
...
...
@@ -722,7 +722,7 @@ jobs:
check-latest
:
true
-
name
:
Restore full Python ${{ matrix.python-version }} virtual environment
id
:
cache-venv
uses
:
actions/cache/restore@v3.3.
1
uses
:
actions/cache/restore@v3.3.
2
with
:
path
:
venv
fail-on-cache-miss
:
true
...
...
@@ -874,7 +874,7 @@ jobs:
check-latest
:
true
-
name
:
Restore full Python ${{ matrix.python-version }} virtual environment
id
:
cache-venv
uses
:
actions/cache/restore@v3.3.
1
uses
:
actions/cache/restore@v3.3.
2
with
:
path
:
venv
fail-on-cache-miss
:
true
...
...
@@ -998,7 +998,7 @@ jobs:
check-latest
:
true
-
name
:
Restore full Python ${{ matrix.python-version }} virtual environment
id
:
cache-venv
uses
:
actions/cache/restore@v3.3.
1
uses
:
actions/cache/restore@v3.3.
2
with
:
path
:
venv
fail-on-cache-miss
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment