Skip to content

Commit 8ba79e0

Browse files
committed
fix gh action warning
1 parent 442c5c7 commit 8ba79e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219

220220
- name: Cache Qt WebAssembly build
221221
id: qt-cache
222-
uses: actions/cache@v3
222+
uses: actions/cache@v4
223223
with:
224224
path: qt_wasm_lite
225225
key: wasm-qt-${{ env.QT_VERSION }}-${{ env.WEBASSEMBLY_VERSION }}

0 commit comments

Comments
 (0)