diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 04b162e8d..8425e7f82 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.06.2 + uses: home-assistant/builder@2021.07.0 with: args: | $BUILD_ARGS \ @@ -198,7 +198,7 @@ jobs: - name: Build the Supervisor if: needs.init.outputs.publish != 'true' - uses: home-assistant/builder@2021.06.2 + uses: home-assistant/builder@2021.07.0 with: args: | --test \