Bump actions/cache to v4
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
- run: flutter --version
|
||||
|
||||
- name: Cache pub dependencies
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ env.FLUTTER_HOME }}/.pub-cache
|
||||
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}
|
||||
|
||||
Reference in New Issue
Block a user