Skip to content

Commit

Permalink
Bump workflows to 2024.12.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Dec 19, 2024
1 parent 8af2e66 commit e442caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
build-firmware:
name: Build Firmware
uses: esphome/workflows/.github/workflows/build.yml@2024.11.1
uses: esphome/workflows/.github/workflows/build.yml@2024.12.0
with:
#### Modify below here to match your project ####
files: |
Expand All @@ -27,7 +27,7 @@ jobs:

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

0 comments on commit e442caf

Please sign in to comment.