diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c507ef1c9ed08..326ee4488ea155 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -171,7 +171,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: venv key: ${{ runner.os }}-venv-${{ needs.info.outputs.pre-commit_cache_key }} @@ -184,7 +184,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.0.8 + uses: actions/cache@v3.2.6 with: path: ${{ env.PRE_COMMIT_CACHE }} key: ${{ runner.os }}-pre-commit-${{ needs.info.outputs.pre-commit_cache_key }} @@ -210,7 +210,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: venv key: ${{ runner.os }}-venv-${{ needs.info.outputs.pre-commit_cache_key }} @@ -221,7 +221,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: ${{ env.PRE_COMMIT_CACHE }} key: ${{ runner.os }}-pre-commit-${{ needs.info.outputs.pre-commit_cache_key }} @@ -259,7 +259,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: venv key: ${{ runner.os }}-venv-${{ needs.info.outputs.pre-commit_cache_key }} @@ -270,7 +270,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: ${{ env.PRE_COMMIT_CACHE }} key: ${{ runner.os }}-pre-commit-${{ needs.info.outputs.pre-commit_cache_key }} @@ -311,7 +311,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: venv key: ${{ runner.os }}-venv-${{ needs.info.outputs.pre-commit_cache_key }} @@ -322,7 +322,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: ${{ env.PRE_COMMIT_CACHE }} key: ${{ runner.os }}-pre-commit-${{ needs.info.outputs.pre-commit_cache_key }} @@ -352,7 +352,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: venv key: ${{ runner.os }}-venv-${{ needs.info.outputs.pre-commit_cache_key }} @@ -363,7 +363,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: ${{ env.PRE_COMMIT_CACHE }} key: ${{ runner.os }}-pre-commit-${{ needs.info.outputs.pre-commit_cache_key }} @@ -479,7 +479,7 @@ jobs: env.HA_SHORT_VERSION }}-$(date -u '+%Y-%m-%dT%H:%M:%s')" - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: venv key: >- @@ -487,7 +487,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.0.8 + uses: actions/cache@v3.2.6 with: path: ${{ env.PIP_CACHE }} key: >- @@ -537,7 +537,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore full Python ${{ env.DEFAULT_PYTHON }} virtual environment id: cache-venv - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: venv key: >- @@ -569,7 +569,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore base Python virtual environment id: cache-venv - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: venv key: >- @@ -602,7 +602,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore full Python ${{ env.DEFAULT_PYTHON }} virtual environment id: cache-venv - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: venv key: >- @@ -646,7 +646,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore full Python ${{ env.DEFAULT_PYTHON }} virtual environment id: cache-venv - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: venv key: >- @@ -694,7 +694,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Restore full Python ${{ matrix.python-version }} virtual environment id: cache-venv - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: venv key: >- @@ -748,7 +748,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Restore full Python ${{ matrix.python-version }} virtual environment id: cache-venv - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.6 with: path: venv key: ${{ runner.os }}-${{ matrix.python-version }}-${{