File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
3333 - dev
3434 steps :
3535 - name : Checkout source code
36- uses : actions/checkout@v4.1.7
36+ uses : actions/checkout@v4.2.2
3737 - name : ESPHome ${{ matrix.esphome-version }}
38- uses : esphome/build-action@v6 .0.0
38+ uses : esphome/build-action@v7 .0.0
3939 with :
4040 yaml-file : ${{ matrix.file }}.yaml
4141 version : ${{ matrix.esphome-version }}
4242 - name : ESPHome ${{ matrix.esphome-version }} Factory
43- uses : esphome/build-action@v6 .0.0
43+ uses : esphome/build-action@v7 .0.0
4444 with :
4545 yaml-file : ${{ matrix.file }}.factory.yaml
4646 version : ${{ matrix.esphome-version }}
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ permissions:
1010jobs :
1111 build-firmware :
1212 name : Build Firmware
13- uses : esphome/workflows/.github/workflows/build.yml@2025.1 .0
13+ uses : esphome/workflows/.github/workflows/build.yml@2025.4 .0
1414 with :
1515 # ### Modify below here to match your project ####
1616 files : |
1717 project-template-esp32.factory.yaml
1818 project-template-esp32-c3.factory.yaml
1919 project-template-esp32-s3.factory.yaml
20- esphome-version : 2024.10.3
20+ esphome-version : 2025.4.0
2121 combined-name : project-template
2222 # ### Modify above here to match your project ####
2323
2727
2828 upload-to-release :
2929 name : Upload to Release
30- uses : esphome/workflows/.github/workflows/upload-to-gh-release.yml@2025.1 .0
30+ uses : esphome/workflows/.github/workflows/upload-to-gh-release.yml@2025.4 .0
3131 needs :
3232 - build-firmware
3333 with :
You can’t perform that action at this time.
0 commit comments