From f66bde7641da91b58603737fe2be0616d470e95a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 06:56:59 +0000 Subject: [PATCH] Bump actions/cache from 3.2.6 to 3.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.0. - [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.2.6...v3.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 46 +++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c6e0c173a22ab..5101cc398d2a25 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -212,7 +212,7 @@ jobs: check-latest: true - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: path: venv key: >- @@ -227,7 +227,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.2.6 + uses: actions/cache@v3.3.0 with: path: ${{ env.PRE_COMMIT_CACHE }} key: >- @@ -256,7 +256,7 @@ jobs: check-latest: true - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: venv fail-on-cache-miss: true @@ -265,7 +265,7 @@ jobs: needs.info.outputs.pre-commit_cache_key }} - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: ${{ env.PRE_COMMIT_CACHE }} fail-on-cache-miss: true @@ -302,7 +302,7 @@ jobs: check-latest: true - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: venv fail-on-cache-miss: true @@ -311,7 +311,7 @@ jobs: needs.info.outputs.pre-commit_cache_key }} - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: ${{ env.PRE_COMMIT_CACHE }} fail-on-cache-miss: true @@ -351,7 +351,7 @@ jobs: check-latest: true - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: venv fail-on-cache-miss: true @@ -360,7 +360,7 @@ jobs: needs.info.outputs.pre-commit_cache_key }} - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: ${{ env.PRE_COMMIT_CACHE }} fail-on-cache-miss: true @@ -400,7 +400,7 @@ jobs: check-latest: true - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: venv fail-on-cache-miss: true @@ -409,7 +409,7 @@ jobs: needs.info.outputs.pre-commit_cache_key }} - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: ${{ env.PRE_COMMIT_CACHE }} fail-on-cache-miss: true @@ -438,7 +438,7 @@ jobs: check-latest: true - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: venv fail-on-cache-miss: true @@ -447,7 +447,7 @@ jobs: needs.info.outputs.pre-commit_cache_key }} - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: ${{ env.PRE_COMMIT_CACHE }} fail-on-cache-miss: true @@ -562,7 +562,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.2.6 + uses: actions/cache@v3.3.0 with: path: venv key: >- @@ -570,7 +570,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.2.6 + uses: actions/cache@v3.3.0 with: path: ${{ env.PIP_CACHE }} key: >- @@ -624,7 +624,7 @@ jobs: check-latest: true - name: Restore full Python ${{ env.DEFAULT_PYTHON }} virtual environment id: cache-venv - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: venv fail-on-cache-miss: true @@ -656,7 +656,7 @@ jobs: check-latest: true - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: venv fail-on-cache-miss: true @@ -689,7 +689,7 @@ jobs: check-latest: true - name: Restore full Python ${{ env.DEFAULT_PYTHON }} virtual environment id: cache-venv - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: venv fail-on-cache-miss: true @@ -740,7 +740,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.2.6 + uses: actions/cache/restore@v3.3.0 with: path: venv fail-on-cache-miss: true @@ -748,7 +748,7 @@ jobs: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ needs.info.outputs.python_cache_key }} - name: Restore mypy cache - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: path: .mypy_cache key: >- @@ -799,7 +799,7 @@ jobs: check-latest: true - name: Restore full Python ${{ matrix.python-version }} virtual environment id: cache-venv - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: venv fail-on-cache-miss: true @@ -852,7 +852,7 @@ jobs: check-latest: true - name: Restore full Python ${{ matrix.python-version }} virtual environment id: cache-venv - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: venv fail-on-cache-miss: true @@ -978,7 +978,7 @@ jobs: check-latest: true - name: Restore full Python ${{ matrix.python-version }} virtual environment id: cache-venv - uses: actions/cache/restore@v3.2.6 + uses: actions/cache/restore@v3.3.0 with: path: venv fail-on-cache-miss: true @@ -1082,7 +1082,7 @@ jobs: check-latest: true - name: Restore full Python ${{ matrix.python-version }} virtual environment id: cache-venv - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: path: venv fail-on-cache-miss: true