From b362de3567258426c82a005acc8f8b8cc00d95f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 12:45:45 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code-coverage.yml | 2 +- .github/workflows/code-quality.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 51fb748d..cbaf2536 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -28,7 +28,7 @@ jobs: # Cache Pub Dependencies - name: 📦 Cache Pub Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.pub-cache diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index c0d80abe..49108d5a 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -28,7 +28,7 @@ jobs: run: flutter doctor -v - name: 📦 Cache Pub Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.pub-cache