From 237b1876c7e78d70d2a72f0207a30a67175645c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 18:25:39 +0000 Subject: [PATCH] Bump actions/cache from 3.0.1 to 3.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [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.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9600a3ff9d..80f763d072 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,7 +43,7 @@ jobs: run: echo "::set-output name=today::$(date +'%Y-%m-%d')" shell: bash - name: Cache clean flutter - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 if: matrix.job == 'flutter' env: # Increment version to invalidate bad/obsolete caches. @@ -52,7 +52,7 @@ jobs: path: ~/.dartdoc_grinder key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ steps.date.outputs.today }} - name: Cache .pub-cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 if: matrix.job == 'flutter' env: # Increment version to invalidate bad/obsolete caches.