Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 gha: Bump jurplel/install-qt-action from 3 to 4 #860

Merged
merged 2 commits into from
Oct 27, 2023
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
generator: ${{ matrix.generator }}

- name: "⚙️ Install Qt Version ${{ matrix.qt_version }}"
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: "${{ matrix.qt_version }}"
dir: "${{ env.QT_DIR }}"
Expand Down Expand Up @@ -436,7 +436,7 @@
uses: ammaraskar/gcc-problem-matcher@master

- name: "⚙️ Install Qt Version ${{ env.QT_VERSION }}"
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ env.QT_VERSION }}
# host: ${{ runner.os }}
Expand Down Expand Up @@ -718,7 +718,7 @@
needs: upload
steps:
- name: Build Changelog
id: github_release

Check warning on line 721 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

721:54 [comments] missing starting space in comment
uses: mikepenz/release-changelog-builder-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
name: "CodeQL"

on:

Check warning on line 15 in .github/workflows/codeql-analysis.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

15:1 [truthy] truthy value should be one of [false, true]
push:
branches: [main, develop]
paths:
Expand Down Expand Up @@ -155,7 +155,7 @@

- name: "⚙️ Install Qt Version ${{ matrix.qt_version }}"
if: matrix.language == 'cpp'
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt_version }}
# host: ${{ runner.os }}
Expand Down
Loading