Skip to content

Commit 4aadd4a

Browse files
authored
Merge pull request #169 from svlad-90/dev/vladyslav-goncharuk/ISSUE-168
[ISSUE-168] Update ver. of dlt-viewer to v2.24.0
2 parents f43ec3d + b18f2d9 commit 4aadd4a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build_clang_tidy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
dir: ../Qt
5050
cached: ${{ steps.cache-qt.outputs.cache-hit }}
5151

52-
# Checkout dlt-viewer's revision v2.21.0
52+
# Checkout dlt-viewer's revision v2.24.0
5353
- name: Checkout of the dlt-viewer
5454
uses: actions/checkout@v2
5555
with:
5656
repository: GENIVI/dlt-viewer
57-
ref: v2.21.0
57+
ref: ebb3c355bc0edf2b6c3be84452b8afa4d1a82641
5858

5959
# Checkout project's revision, which is pushed
6060
- name: Checkout of the project

.github/workflows/build_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
dir: ../Qt
4545
cached: ${{ steps.cache-qt.outputs.cache-hit }}
4646

47-
# Checkout dlt-viewer's revision v2.21.0
47+
# Checkout dlt-viewer's revision v2.24.0
4848
- name: Checkout of the dlt-viewer
4949
uses: actions/checkout@v2
5050
with:
5151
repository: GENIVI/dlt-viewer
52-
ref: v2.21.0
52+
ref: ebb3c355bc0edf2b6c3be84452b8afa4d1a82641
5353

5454
# Checkout project's revision, which is pushed
5555
- name: Checkout of the ${{ github.event.repository.name }}

.github/workflows/build_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
echo "D:/a/${{ github.event.repository.name }}/tools/jom/" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
6565
shell: powershell
6666

67-
# Checkout dlt-viewer's revision v2.21.0
67+
# Checkout dlt-viewer's revision v2.24.0
6868
- name: Checkout of the dlt-viewer
6969
uses: actions/checkout@v2
7070
with:
7171
repository: GENIVI/dlt-viewer
72-
ref: v2.21.0
72+
ref: ebb3c355bc0edf2b6c3be84452b8afa4d1a82641
7373

7474
# Checkout project's revision, which is pushed
7575
- name: Checkout of the project

md/installation_guide/installation_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
> **Note!**
1414
>
15-
> Currently plugin can be built against the v2.21.0 release.
15+
> Currently plugin can be built against the v2.24.0 release.
1616
>
1717
> The build under the earlier versions, down to the the v2.19.0 is also supported. But you will need to use the compatibility mode. Such an option is described below later on down this page. Search for the "PLUGIN_INTERFACE_VERSION" keyword.
1818
>

0 commit comments

Comments
 (0)