Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
- dev
steps:
- name: Checkout source code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
- name: ESPHome ${{ matrix.esphome-version }}
uses: esphome/build-action@v6.0.0
uses: esphome/build-action@v7.0.0
with:
yaml-file: ${{ matrix.file }}.yaml
version: ${{ matrix.esphome-version }}
- name: ESPHome ${{ matrix.esphome-version }} Factory
uses: esphome/build-action@v6.0.0
uses: esphome/build-action@v7.0.0
with:
yaml-file: ${{ matrix.file }}.factory.yaml
version: ${{ matrix.esphome-version }}
6 changes: 3 additions & 3 deletions .github/workflows/publish-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ permissions:
jobs:
build-firmware:
name: Build Firmware
uses: esphome/workflows/.github/workflows/build.yml@2025.1.0
uses: esphome/workflows/.github/workflows/build.yml@2025.4.0
with:
#### Modify below here to match your project ####
files: |
project-template-esp32.factory.yaml
project-template-esp32-c3.factory.yaml
project-template-esp32-s3.factory.yaml
esphome-version: 2024.10.3
esphome-version: 2025.4.0
combined-name: project-template
#### Modify above here to match your project ####

Expand All @@ -27,7 +27,7 @@ jobs:

upload-to-release:
name: Upload to Release
uses: esphome/workflows/.github/workflows/upload-to-gh-release.yml@2025.1.0
uses: esphome/workflows/.github/workflows/upload-to-gh-release.yml@2025.4.0
needs:
- build-firmware
with:
Expand Down