Skip to content

Commit f085b73

Browse files
authored
Merge pull request #3759 from jamulussoftware/dependabot/github_actions/actions/cache-6
Build: Bump actions/cache from 5 to 6
2 parents 12d5c17 + 3175001 commit f085b73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/autobuild.yml

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

317317
- name: Cache Mac dependencies
318318
if: matrix.config.target_os == 'macos'
319-
uses: actions/cache@v5
319+
uses: actions/cache@v6
320320
with:
321321
path: |
322322
~/qt
@@ -325,7 +325,7 @@ jobs:
325325

326326
- name: Cache Windows dependencies
327327
if: matrix.config.target_os == 'windows'
328-
uses: actions/cache@v5
328+
uses: actions/cache@v6
329329
with:
330330
path: |
331331
C:\Qt
@@ -337,7 +337,7 @@ jobs:
337337

338338
- name: Cache Android dependencies
339339
if: matrix.config.target_os == 'android'
340-
uses: actions/cache@v5
340+
uses: actions/cache@v6
341341
with:
342342
path: |
343343
/opt/Qt

0 commit comments

Comments
 (0)