File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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') }}
Original file line number Diff line number Diff line change 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') }}
You can’t perform that action at this time.
0 commit comments