Skip to content

Commit 877a187

Browse files
authored
Update each deprecated checkout call (#386)
1 parent 77d3bc0 commit 877a187

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/Build ThunderNanoServicesRDK on Windows.yml

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

.github/workflows/Linux build template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
# ----- Checkout & Options regex -----
7878
- name: Checkout ThunderNanoServicesRDK
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v5
8080
with:
8181
path: ThunderNanoServicesRDK
8282
repository: WebPlatformForEmbedded/ThunderNanoServicesRDK
@@ -91,7 +91,7 @@ jobs:
9191
search_string: ${{github.event.pull_request.body}}
9292

9393
- name: Checkout libopkg
94-
uses: actions/checkout@v4
94+
uses: actions/checkout@v5
9595
with:
9696
path: opkg
9797
repository: oe-mirrors/opkg

.github/workflows/MacOS build template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
# ----- Checkout & Options regex -----
4242
- name: Checkout ThunderNanoServicesRDK
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
path: ThunderNanoServicesRDK
4646
repository: WebPlatformForEmbedded/ThunderNanoServicesRDK

0 commit comments

Comments
 (0)