Skip to content

Commit 7d4b2a0

Browse files
Build: Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a2388e2 commit 7d4b2a0

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)