@@ -33,43 +33,43 @@ jobs:
3333 name : Build type - ${{matrix.type}}${{matrix.version}}
3434 steps :
3535 - name : Checkout ThunderOnWindows
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 path : ThunderOnWindows
3939 repository : WebPlatformForEmbedded/ThunderOnWindows
4040
4141 - name : Checkout Thunder
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343 with :
4444 path : ThunderOnWindows/Thunder
4545 repository : rdkcentral/Thunder
4646
4747 - name : Checkout ThunderTools
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949 with :
5050 path : ThunderOnWindows/ThunderTools
5151 repository : rdkcentral/ThunderTools
5252
5353 - name : Checkout ThunderClientLibraries
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 path : ThunderOnWindows/ThunderClientLibraries
5757 repository : rdkcentral/ThunderClientLibraries
5858
5959 - name : Checkout ThunderInterfaces
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v5
6161 with :
6262 path : ThunderOnWindows/ThunderInterfaces
6363 repository : rdkcentral/ThunderInterfaces
6464
6565 - name : Checkout ThunderNanoServices
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v5
6767 with :
6868 path : ThunderOnWindows/ThunderNanoServices
6969 repository : rdkcentral/ThunderNanoServices
7070
7171 - name : Checkout ThunderNanoServicesRDK
72- uses : actions/checkout@v4
72+ uses : actions/checkout@v5
7373 with :
7474 path : ThunderOnWindows/ThunderNanoServicesRDK
7575 repository : WebPlatformForEmbedded/ThunderNanoServicesRDK
0 commit comments