Skip to content

Commit fb8ed8f

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

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
@@ -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)