Skip to content

Commit 73e397c

Browse files
Bump actions/cache from 3.0.1 to 3.0.2 (#3019)
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](actions/cache@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent beafb43 commit 73e397c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: echo "::set-output name=today::$(date +'%Y-%m-%d')"
4444
shell: bash
4545
- name: Cache clean flutter
46-
uses: actions/[email protected].1
46+
uses: actions/[email protected].2
4747
if: matrix.job == 'flutter'
4848
env:
4949
# Increment version to invalidate bad/obsolete caches.
@@ -52,7 +52,7 @@ jobs:
5252
path: ~/.dartdoc_grinder
5353
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ steps.date.outputs.today }}
5454
- name: Cache .pub-cache
55-
uses: actions/[email protected].1
55+
uses: actions/[email protected].2
5656
if: matrix.job == 'flutter'
5757
env:
5858
# Increment version to invalidate bad/obsolete caches.

0 commit comments

Comments
 (0)