File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ runs:
30
30
# Cache the Flutter SDK
31
31
- if : ${{ inputs.cache-sdk == 'true' }}
32
32
name : Configure Flutter SDK cache
33
- uses : actions/cache@v3
33
+ uses : actions/cache@v4
34
34
with :
35
35
path : ${{ runner.tool_cache }}/flutter-${{ runner.os }}-${{ inputs.version }}-${{ runner.arch }}
36
36
key : flutter-action-setup-flutter-${{ runner.os }}-${{ inputs.version }}-${{ inputs.channel }}-${{ runner.arch }}
37
37
# Cache the pub dependencies
38
38
- if : ${{ inputs.cache == 'true' }}
39
39
name : Configure pub dependencies cache
40
- uses : actions/cache@v3
40
+ uses : actions/cache@v4
41
41
with :
42
42
path : ${{ runner.temp }}/pub-cache
43
43
key : flutter-action-setup-flutter-${{ runner.os }}-${{ inputs.version }}-${{ inputs.channel }}-${{ runner.arch }}-${{ inputs.cache-key }}-pub-cache
You can’t perform that action at this time.
0 commit comments