Skip to content

Commit 09cb053

Browse files
Bump actions/cache from 2.1.5 to 2.1.6 (#36)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@1a9e213...c64c572) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26b3e25 commit 09cb053

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pubspec-file-path: code/pubspec.yaml
3737
- name: Cache Flutter
3838
id: flutter-cache
39-
uses: actions/cache@1a9e2138d905efd099035b49d8b7a3888c653ca8
39+
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
4040
with:
4141
path: flutter
4242
key: ${{ env.cache-name }}-ubuntu-latest-${{ steps.get-flutter-version.outputs.version }}-${{ hashFiles('code/pubspec.lock') }}

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pubspec-file-path: code/pubspec.yaml
4646
- name: Cache Flutter
4747
id: flutter-cache
48-
uses: actions/cache@1a9e2138d905efd099035b49d8b7a3888c653ca8
48+
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
4949
with:
5050
path: flutter
5151
key: ${{ env.cache-name }}-ubuntu-latest-${{ steps.get-flutter-version.outputs.version }}-${{ hashFiles('code/pubspec.lock') }}
@@ -123,7 +123,7 @@ jobs:
123123
pubspec-file-path: code/pubspec.yaml
124124
- name: Cache Flutter
125125
id: flutter-cache
126-
uses: actions/cache@1a9e2138d905efd099035b49d8b7a3888c653ca8
126+
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
127127
with:
128128
path: flutter
129129
key: ${{ env.cache-name }}-${{ matrix.os }}-${{ steps.get-flutter-version.outputs.version }}-${{ hashFiles('code/pubspec.lock') }}

0 commit comments

Comments
 (0)