From eb6d0891ab4b373720c45ae519d6118e8e20459e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:29:16 +0000 Subject: [PATCH] chore(deps): 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/ci.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbecaa1..02c5d73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: cache: true - name: Cache pub dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ env.LOCALAPPDATA }}\Pub\Cache @@ -38,7 +38,7 @@ jobs: run: flutter pub get - name: Cache generated files - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .dart_tool/build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ee1eb0..4ad8914 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: cache: true - name: Cache pub dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ env.LOCALAPPDATA }}\Pub\Cache @@ -40,7 +40,7 @@ jobs: run: flutter pub get - name: Cache generated files - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .dart_tool/build