From 129165c64cf51ef697e1c58d2a7548fb287faddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 02:12:21 +0000 Subject: [PATCH] Bump home-assistant/builder from 2023.06.1 to 2023.09.0 Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2023.06.1 to 2023.09.0. - [Release notes](https://github.com/home-assistant/builder/releases) - [Commits](https://github.com/home-assistant/builder/compare/2023.06.1...2023.09.0) --- updated-dependencies: - dependency-name: home-assistant/builder dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3c79ed1..6b22ef0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -37,7 +37,7 @@ jobs: ADDON_VERSION=$( cut -c12- <<< ${{ github.ref }} ) sed -i "s/dev/$ADDON_VERSION/g" ${{ inputs.addon }}/config.yaml - name: Build and push tagged Docker image - uses: home-assistant/builder@2023.06.1 + uses: home-assistant/builder@2023.09.0 with: args: | --${{ matrix.arch }} \ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index beb7b68..7281970 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: | sed -i "s/dev/latest/g" ${{ inputs.addon }}/config.yaml - name: Build and push latest Docker image - uses: home-assistant/builder@2023.06.1 + uses: home-assistant/builder@2023.09.0 with: args: | --amd64 \