Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/Build ThunderTools on Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
name: Build type - ${{matrix.type}}${{matrix.version}}
steps:
- name: Checkout ThunderOnWindows
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ThunderOnWindows
repository: WebPlatformForEmbedded/ThunderOnWindows

# ----- Thunder -----
- name: Checkout Thunder - default
if: ${{ !contains(github.event.pull_request.body, '[DependsOn=Thunder:') }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ThunderOnWindows/Thunder
repository: ${{github.repository_owner}}/Thunder
Expand All @@ -70,7 +70,7 @@ jobs:

- name: Checkout Thunder - ${{steps.thunder.outputs.first_match}}
if: contains(github.event.pull_request.body, '[DependsOn=Thunder:')
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ThunderOnWindows/Thunder
repository: ${{github.repository_owner}}/Thunder
Expand All @@ -79,7 +79,7 @@ jobs:
# ----- ThunderTools -----
- name: Checkout ThunderTools - default
if: ${{ !contains(github.event.pull_request.body, '[DependsOn=ThunderTools:') }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ThunderOnWindows/ThunderTools
repository: ${{github.repository_owner}}/ThunderTools
Expand All @@ -95,7 +95,7 @@ jobs:

- name: Checkout ThunderTools - ${{steps.tools.outputs.first_match}}
if: contains(github.event.pull_request.body, '[DependsOn=ThunderTools:')
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ThunderOnWindows/ThunderTools
repository: ${{github.repository_owner}}/ThunderTools
Expand All @@ -104,7 +104,7 @@ jobs:
# ----- ThunderInterfaces -----
- name: Checkout ThunderInterfaces - default
if: ${{ !contains(github.event.pull_request.body, '[DependsOn=ThunderInterfaces:') }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ThunderOnWindows/ThunderInterfaces
repository: ${{github.repository_owner}}/ThunderInterfaces
Expand All @@ -120,27 +120,27 @@ jobs:

- name: Checkout ThunderInterfaces - ${{steps.thunderinterfaces.outputs.first_match}}
if: contains(github.event.pull_request.body, '[DependsOn=ThunderInterfaces:')
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ThunderOnWindows/ThunderInterfaces
repository: ${{github.repository_owner}}/ThunderInterfaces
ref: ${{steps.thunderinterfaces.outputs.first_match}}

# ----- Other checkouts -----
- name: Checkout ThunderClientLibraries
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ThunderOnWindows/ThunderClientLibraries
repository: ${{github.repository_owner}}/ThunderClientLibraries

- name: Checkout ThunderNanoServices
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ThunderOnWindows/ThunderNanoServices
repository: ${{github.repository_owner}}/ThunderNanoServices

- name: Checkout ThunderNanoServicesRDK
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ThunderOnWindows/ThunderNanoServicesRDK
repository: WebPlatformForEmbedded/ThunderNanoServicesRDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/JsonGenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Checkout gh-pages (baseline)
if: github.event_name == 'pull_request'
continue-on-error: true
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: gh-pages
path: ghpages_baseline
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/LuaGenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ThunderTools
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ThunderTools

- name: Checkout Thunder
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: rdkcentral/Thunder
path: Thunder

- name: Checkout ThunderInterfaces
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: rdkcentral/ThunderInterfaces
path: ThunderInterfaces
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Checkout gh-pages (baseline)
if: github.event_name == 'pull_request'
continue-on-error: true
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: gh-pages
path: ghpages_baseline
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/PluginSkeletonGenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ jobs:

steps:
- name: Checkout this repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Checkout ThunderInterfaces
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: rdkcentral/ThunderInterfaces
path: ThunderInterfaces
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Checkout gh-pages (baseline for PR diffs)
if: github.event_name == 'pull_request'
continue-on-error: true
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: gh-pages
path: ghpages_baseline
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ProxyStubFunctionalTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Prepare apt (add i386 if needed)
if: ${{ matrix.architecture == '32' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ProxyStubGenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Checkout gh-pages (baseline)
if: github.event_name == 'pull_request'
continue-on-error: true
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: gh-pages
path: ghpages_baseline
Expand Down
Loading