We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 666e211 + bbbed51 commit a144350Copy full SHA for a144350
.github/workflows/ci.yml
@@ -29,8 +29,8 @@ jobs:
29
- dev
30
steps:
31
- name: Checkout source code
32
- uses: actions/checkout@v4.1.7
+ uses: actions/checkout@v4.2.2
33
- name: Build ESPHome firmware to verify configuration
34
- uses: esphome/build-action@v6
+ uses: esphome/build-action@v7
35
with:
36
yaml-file: ${{ matrix.file }}
.github/workflows/weekly.yml
@@ -19,8 +19,8 @@ jobs:
19
20
21
22
23
24
25
26
0 commit comments