Skip to content

Commit 3d73795

Browse files
committed
Update install-qt-action
1 parent a900131 commit 3d73795

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/mac.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Install Qt
20-
uses: jurplel/install-qt-action@v2.9.0
20+
uses: jurplel/install-qt-action@v2.13.0
2121
env:
2222
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
2323
with:
@@ -74,7 +74,7 @@ jobs:
7474
fetch-depth: 0
7575

7676
- name: Install Qt
77-
uses: jurplel/install-qt-action@v2.9.0
77+
uses: jurplel/install-qt-action@v2.13.0
7878
env:
7979
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
8080
with:
@@ -116,7 +116,7 @@ jobs:
116116
fetch-depth: 0
117117

118118
- name: Install Qt
119-
uses: jurplel/install-qt-action@v2.9.0
119+
uses: jurplel/install-qt-action@v2.13.0
120120
env:
121121
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
122122
with:

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646

4747
- name: Install Qt
48-
uses: jurplel/install-qt-action@v2.9.0
48+
uses: jurplel/install-qt-action@v2.13.0
4949
env:
5050
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
5151
with:
@@ -90,7 +90,7 @@ jobs:
9090
fetch-depth: 0
9191

9292
- name: Install Qt
93-
uses: jurplel/install-qt-action@v2.9.0
93+
uses: jurplel/install-qt-action@v2.13.0
9494
env:
9595
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
9696
with:
@@ -143,7 +143,7 @@ jobs:
143143
fetch-depth: 0
144144

145145
- name: Install Qt
146-
uses: jurplel/install-qt-action@v2.9.0
146+
uses: jurplel/install-qt-action@v2.13.0
147147
env:
148148
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
149149
with:

0 commit comments

Comments
 (0)