Skip to content

Commit d0086b8

Browse files
authored
Merge pull request #3574 from jamulussoftware/dependabot/github_actions/actions/cache-5
Build: Bump actions/cache from 4 to 5
2 parents d4d6bd0 + 7d4b2a0 commit d0086b8

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
@@ -318,7 +318,7 @@ jobs:
318318

319319
- name: Cache Mac dependencies
320320
if: matrix.config.target_os == 'macos'
321-
uses: actions/cache@v4
321+
uses: actions/cache@v5
322322
with:
323323
path: |
324324
~/qt
@@ -327,7 +327,7 @@ jobs:
327327

328328
- name: Cache Windows dependencies
329329
if: matrix.config.target_os == 'windows'
330-
uses: actions/cache@v4
330+
uses: actions/cache@v5
331331
with:
332332
path: |
333333
C:\Qt
@@ -339,7 +339,7 @@ jobs:
339339

340340
- name: Cache Android dependencies
341341
if: matrix.config.target_os == 'android'
342-
uses: actions/cache@v4
342+
uses: actions/cache@v5
343343
with:
344344
path: |
345345
/opt/Qt

0 commit comments

Comments
 (0)