Skip to content

Commit 06df94e

Browse files
committed
Merge branch 'master' of github.com:OpenEVSE/ESP32_WiFi_V3.x into max_hardware_current_set
2 parents 5a8d827 + d835f5c commit 06df94e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
7676

7777
- name: Set up Python
78-
uses: actions/setup-python@v5
78+
uses: actions/setup-python@v6
7979
with:
8080
python-version: '3.x'
8181

@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Download the built assets
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v5
105105
with:
106106
path: artifacts
107107

.github/workflows/build_gui.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
4343

4444
- name: Set up Python
45-
uses: actions/setup-python@v5
45+
uses: actions/setup-python@v6
4646
with:
4747
python-version: '3.x'
4848

@@ -52,7 +52,7 @@ jobs:
5252
pip install --upgrade platformio
5353
5454
- name: Set up Node JS
55-
uses: actions/setup-node@v4
55+
uses: actions/setup-node@v6
5656
with:
5757
node-version: '20'
5858

@@ -77,6 +77,6 @@ jobs:
7777
git status
7878
7979
- name: Push any changed files
80-
uses: stefanzweifel/git-auto-commit-action@v5
80+
uses: stefanzweifel/git-auto-commit-action@v7
8181
with:
8282
commit_message: "Update of pre-built GUI files"

.github/workflows/divert_sim.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
path: OpenEVSE_WiFi/divert_sim/divert_sim
8282

8383
- name: Set up Python 3.10
84-
uses: actions/setup-python@v5
84+
uses: actions/setup-python@v6
8585
with:
8686
python-version: '3.10'
8787
cache: 'pip' # caching pip dependencies

.github/workflows/release_validation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
3333

3434
- name: Set up Python
35-
uses: actions/setup-python@v5
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: '3.x'
3838

@@ -42,7 +42,7 @@ jobs:
4242
pip install --upgrade platformio
4343
4444
- name: Set up Node JS
45-
uses: actions/setup-node@v4
45+
uses: actions/setup-node@v6
4646
with:
4747
node-version: '20'
4848

@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@v4
8080

8181
- name: Set up Python
82-
uses: actions/setup-python@v5
82+
uses: actions/setup-python@v6
8383
with:
8484
python-version: '3.x'
8585

0 commit comments

Comments
 (0)