diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 1933b96f3..6a43e5ad2 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -139,7 +139,7 @@ jobs: run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV - name: Build supervisor - uses: home-assistant/builder@2022.09.0 + uses: home-assistant/builder@2022.11.0 with: args: | $BUILD_ARGS \ @@ -224,7 +224,7 @@ jobs: - name: Build the Supervisor if: needs.init.outputs.publish != 'true' - uses: home-assistant/builder@2022.09.0 + uses: home-assistant/builder@2022.11.0 with: args: | --test \