From bd94c35f5080c416dc4c8a559ab0b53aca52d50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 05:57:33 +0000 Subject: [PATCH] Bump actions/cache from 2.1.5 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 3.3.1. - [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/v2.1.5...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flutter-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flutter-ci.yml b/.github/workflows/flutter-ci.yml index 7cdcff8..8ad15ae 100644 --- a/.github/workflows/flutter-ci.yml +++ b/.github/workflows/flutter-ci.yml @@ -16,7 +16,7 @@ jobs: sdk: stable - name: Cache Gradle modules - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 env: cache-number: ${{ secrets.CACHE_NUMBER }} with: @@ -32,7 +32,7 @@ jobs: ${{ runner.os }}- - name: Cache CocoaPods modules - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 env: cache-number: ${{ secrets.CACHE_NUMBER }} with: @@ -44,7 +44,7 @@ jobs: ${{ runner.os }}- - name: Cache Flutter modules - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 env: cache-number: ${{ secrets.CACHE_NUMBER }} with: