mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P180-buscmd-helper-support-for-data-from-variables
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
||||
- id: set-matrix
|
||||
run: |
|
||||
pip install uv
|
||||
uv pip install --system platformio
|
||||
uv pip install --system pioarduino
|
||||
python tools/ci/generate-matrix.py
|
||||
|
||||
build:
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
- id: set-matrix
|
||||
run: |
|
||||
pip install uv
|
||||
uv pip install --system platformio
|
||||
uv pip install --system pioarduino
|
||||
python tools/ci/generate-matrix.py
|
||||
|
||||
build:
|
||||
@@ -101,7 +101,7 @@ jobs:
|
||||
notes: ${{ steps.release-notes.outputs.result }}
|
||||
steps:
|
||||
- id: release-notes
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
result-encoding: string
|
||||
script: |
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
platformio==6.1.18
|
||||
pioarduino==6.1.19
|
||||
pygit2>=1.10.1
|
||||
cryptography==44.0.1
|
||||
setuptools>=75.8
|
||||
|
||||
Reference in New Issue
Block a user