From ae547f899bc8455aa9a8446d98de84a1a4c94c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 07:18:58 +0000 Subject: [PATCH] Github Actions: 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/bridge.yml | 2 +- .github/workflows/windows-build.yml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/bridge.yml b/.github/workflows/bridge.yml index 57e13ab22..3e5a7cb90 100644 --- a/.github/workflows/bridge.yml +++ b/.github/workflows/bridge.yml @@ -62,7 +62,7 @@ jobs: - name: Cache Bridge id: cache-bridge - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/flutter_rust_bridge key: vcpkg-${{ matrix.job.arch }} diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index d0044b5e2..154d8f5af 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -152,13 +152,13 @@ jobs: vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }} - name: Restore base cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.VCPKG_ROOT }}/downloads key: vcpkg-dl-${{ runner.os }}-${{ hashFiles('**/vcpkg.json') }} - name: Restore binary cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ env.VCPKG_ROOT }}/installed @@ -168,7 +168,7 @@ jobs: key: ${{ runner.os }}-${{ matrix.job.vcpkg-triplet }}-vcpkg-${{ hashFiles('**/vcpkg.json', '**/vcpkg-configuration.json') }} - name: Cache vcpkg build trees - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.VCPKG_ROOT }}/buildtrees key: buildtrees-${{ matrix.job.vcpkg-triplet }}-${{ hashFiles('**/vcpkg.json') }} @@ -194,7 +194,7 @@ jobs: shell: bash - name: Cache Flutter - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | flutter/bin/cache @@ -202,7 +202,7 @@ jobs: key: ${{ runner.os }}-flutter-${{ hashFiles('**/pubspec.lock') }} - name: Cache external files - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | usbmmidd_v2.zip @@ -438,13 +438,13 @@ jobs: vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }} - name: Restore base cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.VCPKG_ROOT }}/downloads key: vcpkg-dl-${{ runner.os }}-${{ hashFiles('**/vcpkg.json') }} - name: Restore binary cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ env.VCPKG_ROOT }}/installed @@ -454,7 +454,7 @@ jobs: key: ${{ runner.os }}-${{ matrix.job.vcpkg-triplet }}-vcpkg-${{ hashFiles('**/vcpkg.json', '**/vcpkg-configuration.json') }} - name: Cache vcpkg build trees - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.VCPKG_ROOT }}/buildtrees key: buildtrees-${{ matrix.job.vcpkg-triplet }}-${{ hashFiles('**/vcpkg.json') }} @@ -480,13 +480,13 @@ jobs: shell: bash - name: Cache Sciter - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./Release/sciter.dll key: ${{ runner.os }}-sciter-v4.4.8.3-x86 - name: Cache USBMMIDD - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | usbmmidd_v2.zip