We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42673ec commit ad3445dCopy full SHA for ad3445d
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Configure
24
run: ${{matrix.framework_opts}} board=${{matrix.board}} envsubst < test/config.yaml.template > test/config.yaml
25
- name: Compile
26
- uses: esphome/build-action@v4.0.4
+ uses: esphome/build-action@v6
27
id: esphome-build
28
with:
29
yaml-file: test/config.yaml
0 commit comments