@@ -16,45 +16,47 @@ jobs:
1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v3
2020 with :
2121 path : OpenEVSE_WiFi
2222
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
2424 with :
2525 repository : JeremyPoulter/MicroDebug
2626 path : MicroDebug
2727
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v3
2929 with :
3030 repository : JeremyPoulter/MicroTasks
3131 path : MicroTasks
3232
33- - uses : actions/checkout@v2
33+ - uses : actions/checkout@v3
3434 with :
3535 repository : JeremyPoulter/StreamSpy
3636 path : StreamSpy
3737
38- - uses : actions/checkout@v2
38+ - uses : actions/checkout@v3
3939 with :
4040 repository : JeremyPoulter/ConfigJson
4141 path : ConfigJson
4242
43- - uses : actions/checkout@v2
43+ - uses : actions/checkout@v3
4444 with :
4545 repository : bblanchon/ArduinoJson
4646 path : ArduinoJson
4747
48- - uses : actions/checkout@v2
48+ - uses : actions/checkout@v3
4949 with :
5050 repository : JeremyPoulter/OpenEVSE_Lib
5151 path : OpenEVSE_Lib
5252
53- - uses : actions/checkout@v2
53+ - uses : actions/checkout@v3
5454 with :
5555 repository : JeremyPoulter/EpoxyDuino
5656 path : EpoxyDuino
5757
58+ - uses : ammaraskar/gcc-problem-matcher@master
59+
5860 - name : Build the simulator
5961 run : |
6062 cd OpenEVSE_WiFi/divert_sim
0 commit comments