File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments