diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 5b100d983..ab2f4c3b0 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -160,7 +160,7 @@ jobs: run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV - name: Build supervisor - uses: home-assistant/builder@2023.12.0 + uses: home-assistant/builder@2024.01.0 with: args: | $BUILD_ARGS \ @@ -207,7 +207,7 @@ jobs: - name: Build the Supervisor if: needs.init.outputs.publish != 'true' - uses: home-assistant/builder@2023.12.0 + uses: home-assistant/builder@2024.01.0 with: args: | --test \