From 9e197c555f5bb35d3a737eb1a23893be6d2beb50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:02:37 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/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] --- .github/workflows/autobuild.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 82d9786a5e..f92ea6e919 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -318,7 +318,7 @@ jobs: - name: Cache Mac dependencies if: matrix.config.target_os == 'macos' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/qt @@ -327,7 +327,7 @@ jobs: - name: Cache Windows dependencies if: matrix.config.target_os == 'windows' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | C:\Qt @@ -339,7 +339,7 @@ jobs: - name: Cache Android dependencies if: matrix.config.target_os == 'android' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | /opt/Qt