From 2a006ae76de4b06e3e291b37aa2a4e14dc272445 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 15 Feb 2022 16:27:18 +0100 Subject: [PATCH] Update CAS to 1.0.2 (#3448) --- .github/workflows/ci.yaml | 2 +- build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cab3bcb7a..2efa946ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ on: env: DEFAULT_PYTHON: 3.9 PRE_COMMIT_HOME: ~/.cache/pre-commit - DEFAULT_CAS: v1.0.1 + DEFAULT_CAS: v1.0.2 jobs: # Separate job to pre-populate the base dependency cache diff --git a/build.yaml b/build.yaml index 77b2636b8..58750a30e 100644 --- a/build.yaml +++ b/build.yaml @@ -10,7 +10,7 @@ codenotary: signer: notary@home-assistant.io base_image: notary@home-assistant.io args: - CAS_VERSION: 1.0.1 + CAS_VERSION: 1.0.2 labels: io.hass.type: supervisor org.opencontainers.image.title: Home Assistant Supervisor