Skip to content

Commit 6f618f8

Browse files
authored
Merge pull request #3232 from jamulussoftware/dependabot/github_actions/actions/cache-4
2 parents db69591 + fb8ed8f commit 6f618f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/autobuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319

320320
- name: Cache Mac dependencies
321321
if: matrix.config.target_os == 'macos'
322-
uses: actions/cache@v3
322+
uses: actions/cache@v4
323323
with:
324324
path: |
325325
/usr/local/opt/qt
@@ -328,7 +328,7 @@ jobs:
328328

329329
- name: Cache Windows dependencies
330330
if: matrix.config.target_os == 'windows'
331-
uses: actions/cache@v3
331+
uses: actions/cache@v4
332332
with:
333333
path: |
334334
C:\Qt
@@ -340,7 +340,7 @@ jobs:
340340

341341
- name: Cache Android dependencies
342342
if: matrix.config.target_os == 'android'
343-
uses: actions/cache@v3
343+
uses: actions/cache@v4
344344
with:
345345
path: |
346346
/opt/Qt

0 commit comments

Comments
 (0)