diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 7bea139..c94b9a5 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -17,7 +17,7 @@ on: env: APP_NAME: "WebSocketReflectorX" APP_VERSION: "0.2.8" - QT_VERSION: "6.6.2" + QT_VERSION: "6.7.1" #------------------------------------------------------------------------------- # Workflow jobs @@ -37,7 +37,7 @@ jobs: # Install Qt - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{env.QT_VERSION}} @@ -88,7 +88,7 @@ jobs: # Install Qt - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{env.QT_VERSION}} @@ -140,7 +140,7 @@ jobs: # Install Qt - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{env.QT_VERSION}} @@ -194,7 +194,7 @@ jobs: # Install Qt - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{env.QT_VERSION}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e144902..9158593 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ on: env: APP_NAME: "WebSocketReflectorX" APP_VERSION: "0.2.8" - QT_VERSION: "6.6.2" + QT_VERSION: "6.7.1" #------------------------------------------------------------------------------- # Workflow jobs @@ -34,7 +34,7 @@ jobs: # Install Qt - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{env.QT_VERSION}} @@ -91,7 +91,7 @@ jobs: # Install Qt - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{env.QT_VERSION}} @@ -151,7 +151,7 @@ jobs: # Install Qt - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{env.QT_VERSION}} @@ -213,7 +213,7 @@ jobs: # Install Qt - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{env.QT_VERSION}}