From 8eebdd397116ef353374c881f04ff646d45213aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:31:40 +0000 Subject: [PATCH] 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8907a6d..335e1b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: cache: true - name: Cache pub dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.pub-cache @@ -69,7 +69,7 @@ jobs: cache: true - name: Cache pub dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.pub-cache @@ -107,7 +107,7 @@ jobs: cache: true - name: Cache pub dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.pub-cache @@ -116,7 +116,7 @@ jobs: restore-keys: pub-${{ runner.os }}- - name: Cache CocoaPods - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ios/Pods key: pods-${{ runner.os }}-${{ hashFiles('ios/Podfile.lock') }} @@ -143,7 +143,7 @@ jobs: cache: true - name: Cache pub dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.pub-cache