1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-14 10:09:52 +08:00

Update linux-builds.yml

Updated actions/cache@v1 to actions/cache@v3
This commit is contained in:
githubuser0xFFFF 2025-03-06 13:24:13 +01:00 committed by GitHub
parent bb105d2ef6
commit 782589523e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v2
- name: Cache Qt
id: cache-qt-6-4
uses: actions/cache@v1 # not v2!
uses: actions/cache@v3
with:
path: ../Qt/6.4.2
key: ${{ runner.os }}-QtCache-Qt6-4