Skip to content

Commit c05de42

Browse files
Bump cpp-linter/cpp-linter-action from 2.15.0 to 2.16.0 (#45)
* Bump cpp-linter/cpp-linter-action from 2.15.0 to 2.16.0 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](cpp-linter/cpp-linter-action@v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * CI: Use default aqtinstall * Remove trailing whitespace --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: iakov <iakov@users.noreply.github.com>
1 parent d33bc40 commit c05de42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Qt
5555
uses: jurplel/install-qt-action@v4
5656
with:
57-
aqtversion: '==3.3.*'
57+
# aqtversion: '==3.3.*'
5858
version: ${{ matrix.qt-version }}
5959
host: ${{ matrix.os-name }}
6060
modules: ${{ startsWith(matrix.qt-version, '6') && 'qt5compat qtmultimedia qtimageformats' || '' }}
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Lint
120120
if: ${{ matrix.os == 'ubuntu-latest'}}
121-
uses: cpp-linter/cpp-linter-action@v2.15.0
121+
uses: cpp-linter/cpp-linter-action@v2.15.1
122122
id: linter
123123
with:
124124
style: 'file'

0 commit comments

Comments
 (0)