From 479789d6046d8dcc32bf4e3df81b387fd09caf69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 13:02:29 +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/docs.yaml | 2 +- .github/workflows/firebase_preview.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index b4d7f338..e6c84bc6 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: 3.x - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: key: mkdocs-material-${{ runner.os }}-${{ hashFiles('mkdocs.yml') }} path: .cache diff --git a/.github/workflows/firebase_preview.yaml b/.github/workflows/firebase_preview.yaml index af1dde5b..8d873c8f 100644 --- a/.github/workflows/firebase_preview.yaml +++ b/.github/workflows/firebase_preview.yaml @@ -40,7 +40,7 @@ jobs: python-version: 3.x - name: Restore MkDocs cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: mkdocs-material-${{ runner.os }}-${{ hashFiles('mkdocs.yml') }} path: .cache diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index beff6dab..bd4b453b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -126,7 +126,7 @@ jobs: - name: Run flutter precache run: flutter precache -v - name: AVD cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: avd-cache with: path: |