1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-04 12:03:41 +02:00

.github/workflows: Update jurplel/install-qt-action to v3

This commit is contained in:
Henrik Hautakoski 2023-04-04 19:15:54 +02:00
parent b39a2a09ae
commit 04b1d60f9b
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ jobs:
- name: Qt - Windows/Mac - name: Qt - Windows/Mac
if: startsWith(matrix.build, 'gui') && runner.os != 'Linux' if: startsWith(matrix.build, 'gui') && runner.os != 'Linux'
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v3
with: with:
version: '5.11.0' version: '5.11.0'

View file

@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Qt - name: Qt
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v3
with: with:
arch: ${{ matrix.qt-arch }} arch: ${{ matrix.qt-arch }}
version: '5.11.0' version: '5.11.0'