From 9849239658f1010842d44151c972cbb5ef01328d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 06:26:32 +0000 Subject: [PATCH] Bump home-assistant/builder from 2021.07.0 to 2022.06.2 Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2021.07.0 to 2022.06.2. - [Release notes](https://github.com/home-assistant/builder/releases) - [Commits](https://github.com/home-assistant/builder/compare/2021.07.0...2022.06.2) --- updated-dependencies: - dependency-name: home-assistant/builder dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 7c85181d3ee..e3c47f9f11a 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -127,7 +127,7 @@ jobs: run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV - name: Build supervisor - uses: home-assistant/builder@2021.07.0 + uses: home-assistant/builder@2022.06.2 with: args: | $BUILD_ARGS \ @@ -198,7 +198,7 @@ jobs: - name: Build the Supervisor if: needs.init.outputs.publish != 'true' - uses: home-assistant/builder@2021.07.0 + uses: home-assistant/builder@2022.06.2 with: args: | --test \