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

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