Skip to content

Commit 7825895

Browse files
Update linux-builds.yml
Updated actions/cache@v1 to actions/cache@v3
1 parent bb105d2 commit 7825895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- name: Cache Qt
3030
id: cache-qt-6-4
31-
uses: actions/cache@v1 # not v2!
31+
uses: actions/cache@v3
3232
with:
3333
path: ../Qt/6.4.2
3434
key: ${{ runner.os }}-QtCache-Qt6-4

0 commit comments

Comments
 (0)