File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
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
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
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
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