Skip to content

Commit

Permalink
Merge pull request #169 from svlad-90/dev/vladyslav-goncharuk/ISSUE-168
Browse files Browse the repository at this point in the history
[ISSUE-168] Update ver. of dlt-viewer to v2.24.0
  • Loading branch information
svlad-90 authored May 24, 2023
2 parents f43ec3d + b18f2d9 commit 4aadd4a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_clang_tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
dir: ../Qt
cached: ${{ steps.cache-qt.outputs.cache-hit }}

# Checkout dlt-viewer's revision v2.21.0
# Checkout dlt-viewer's revision v2.24.0
- name: Checkout of the dlt-viewer
uses: actions/checkout@v2
with:
repository: GENIVI/dlt-viewer
ref: v2.21.0
ref: ebb3c355bc0edf2b6c3be84452b8afa4d1a82641

# Checkout project's revision, which is pushed
- name: Checkout of the project
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
dir: ../Qt
cached: ${{ steps.cache-qt.outputs.cache-hit }}

# Checkout dlt-viewer's revision v2.21.0
# Checkout dlt-viewer's revision v2.24.0
- name: Checkout of the dlt-viewer
uses: actions/checkout@v2
with:
repository: GENIVI/dlt-viewer
ref: v2.21.0
ref: ebb3c355bc0edf2b6c3be84452b8afa4d1a82641

# Checkout project's revision, which is pushed
- name: Checkout of the ${{ github.event.repository.name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
echo "D:/a/${{ github.event.repository.name }}/tools/jom/" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
shell: powershell

# Checkout dlt-viewer's revision v2.21.0
# Checkout dlt-viewer's revision v2.24.0
- name: Checkout of the dlt-viewer
uses: actions/checkout@v2
with:
repository: GENIVI/dlt-viewer
ref: v2.21.0
ref: ebb3c355bc0edf2b6c3be84452b8afa4d1a82641

# Checkout project's revision, which is pushed
- name: Checkout of the project
Expand Down
2 changes: 1 addition & 1 deletion md/installation_guide/installation_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

> **Note!**
>
> Currently plugin can be built against the v2.21.0 release.
> Currently plugin can be built against the v2.24.0 release.
>
> 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.
>
Expand Down

0 comments on commit 4aadd4a

Please sign in to comment.