From 16a92af6b9d25db1695a4cd9ad93affa78a38d17 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 17 Feb 2023 22:35:31 +0100 Subject: [PATCH 1/2] Bump cache versions, invalidate all caches --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2018736cf3c..4f3bb406359 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,9 +28,9 @@ on: type: boolean env: - CACHE_VERSION: 5 - PIP_CACHE_VERSION: 4 - MYPY_CACHE_VERSION: 4 + CACHE_VERSION: 6 + PIP_CACHE_VERSION: 5 + MYPY_CACHE_VERSION: 5 HA_SHORT_VERSION: 2023.3 DEFAULT_PYTHON: "3.10" ALL_PYTHON_VERSIONS: "['3.10', '3.11']" From 3e15d6509e554533bfc8e04caf1861e5549114e5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 17 Feb 2023 22:58:22 +0100 Subject: [PATCH 2/2] Fix it --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4f3bb406359..e01e237a041 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,9 +28,9 @@ on: type: boolean env: - CACHE_VERSION: 6 - PIP_CACHE_VERSION: 5 - MYPY_CACHE_VERSION: 5 + CACHE_VERSION: 5 + PIP_CACHE_VERSION: 4 + MYPY_CACHE_VERSION: 4 HA_SHORT_VERSION: 2023.3 DEFAULT_PYTHON: "3.10" ALL_PYTHON_VERSIONS: "['3.10', '3.11']" @@ -336,7 +336,7 @@ jobs: lint-ruff: name: Check ruff - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 needs: - info - pre-commit