-
-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #625 from klaasnicolaas/release/v4.2.2
* ⬆️ Lock file maintenance * ⬆️ Update dependency typescript to ~5.6.0 (#591) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * ⬆️ Update esphome/build-action action to v4.0.2 * ⬆️ Update esphome/build-action action to v4.0.3 * ⬆️ Lock file maintenance * ⬆️ Update actions/setup-node action to v4.0.4 * ⬆️ Lock file maintenance * ⬆️ Update actions/checkout action to v4.2.0 * ⬆️ Lock file maintenance (#600) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Bump NPM packages * Add Ko-fi links on docs website (#602) * Bump NPM packages * Add Ko-fi links on docs website * ⬆️ Lock file maintenance (#605) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * ⬆️ Update actions/upload-artifact action to v4.4.1 (#608) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * ⬆️ Update actions/checkout action to v4.2.1 (#607) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * ⬆️ Update actions/upload-artifact action to v4.4.2 * ⬆️ Update dependency @easyops-cn/docusaurus-search-local to v0.44.6 * ⬆️ Update dependency typescript to v5.6.3 (#611) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * ⬆️ Update actions/upload-artifact action to v4.4.3 * ⬆️ Update dependency @easyops-cn/docusaurus-search-local to ^0.45.0 (#614) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * ⬆️ Lock file maintenance * Replace ESP install component (#618) * Remove the ESP install component code * Add esp-web-tools NPM package * Remove esp-web-tools NPM package * Add js script to Docusaurus * Refactor component code * Small refactor on global declare * Rename the file and component * Refactor text (#619) * Refactor text * Fix typo * ⬆️ Update dependency @mdx-js/react to v3.1.0 (#620) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * ⬆️ Lock file maintenance (#621) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Add attribution for derived content from Upsy Desky documentation (#623) * Rename 'Firmware' to 'Firmware Update' in updates.yaml (#624) * Bump Home Assistant Glow to v4.2.2 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
Showing
17 changed files
with
1,233 additions
and
1,253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
matrix: ${{ steps.prepare-matrix.outputs.matrix }} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.1 | ||
- name: ⤵️ Get changed files | ||
if: github.event_name == 'pull_request' | ||
id: changes | ||
|
@@ -91,7 +91,7 @@ jobs: | |
matrix: ${{fromJson(needs.prepare.outputs.matrix)}} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.1 | ||
- name: 🔍 Determine ref - ESPHome packages | ||
if: ${{ !contains(fromJSON('["release", "workflow_call"]'), github.event_name) }} | ||
run: | | ||
|
@@ -100,7 +100,7 @@ jobs: | |
- name: 🧪 Display changed YAML file | ||
run: cat ${{ matrix.firmware }}/${{ matrix.device }}.yaml | ||
- name: 🔨 Build firmware | ||
uses: esphome/[email protected].1 | ||
uses: esphome/[email protected].3 | ||
id: esphome-build | ||
with: | ||
yaml-file: ${{ matrix.firmware }}/${{ matrix.device }}.yaml | ||
|
@@ -119,7 +119,7 @@ jobs: | |
sed -i 's/${{ steps.esphome-build.outputs.name }}\(\.[a-z]*\)\.bin/\/${{ matrix.firmware }}\/${{ matrix.device }}\/${{ steps.esphome-build.outputs.name }}\1.bin/' output/${{ matrix.device }}/manifest.json | ||
cat output/${{ matrix.device }}/manifest.json | ||
- name: ⬆️ Upload firmware / device artifact | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: build-${{ matrix.firmware}}-${{ matrix.device }} | ||
path: output | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
- name: 🧪 Display structure of job | ||
run: ls -R | ||
- name: ⬆️ Upload project artifact | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: ${{ matrix.project }} | ||
path: files | ||
|
@@ -57,7 +57,7 @@ jobs: | |
needs: combined-manifests | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.1 | ||
- name: ⬇️ Download all artifacts | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -69,7 +69,7 @@ jobs: | |
run: ls -R | ||
|
||
- name: 🏗️ Set up Node.js | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
node-version: 20.x | ||
- name: 🏗️ Install Docusaurus dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
pull-requests: write | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.1 | ||
- name: 🚀 Run Label Syncer | ||
uses: micnncim/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.