Skip to content

Commit ed1ce84

Browse files
committed
Updated to v3 checkout action
1 parent 73dce32 commit ed1ce84

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/divert_sim.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)