Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit 7c41b87

Browse files
authored
Merge pull request #674 from jellyfin/dependabot/github_actions/master/jurplel/install-qt-action-4
Bump jurplel/install-qt-action from 3 to 4
2 parents f848420 + b76f4e8 commit 7c41b87

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
@@ -123,7 +123,7 @@ jobs:
123123
steps:
124124
- uses: actions/checkout@v4
125125
- name: Install Qt 5.15.2
126-
uses: jurplel/install-qt-action@v3
126+
uses: jurplel/install-qt-action@v4
127127
with:
128128
version: "5.15.2"
129129
arch: "win64_msvc2019_64"
@@ -167,7 +167,7 @@ jobs:
167167
steps:
168168
- uses: actions/checkout@v4
169169
- name: Install Qt 5.15.2
170-
uses: jurplel/install-qt-action@v3
170+
uses: jurplel/install-qt-action@v4
171171
with:
172172
version: "5.15.2"
173173
arch: "win32_msvc2019"

0 commit comments

Comments
 (0)