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:
3030 # Cache the Flutter SDK
3131 - if : ${{ inputs.cache-sdk == 'true' }}
3232 name : Configure Flutter SDK cache
33- uses : actions/cache@v3
33+ uses : actions/cache@v4
3434 with :
3535 path : ${{ runner.tool_cache }}/flutter-${{ runner.os }}-${{ inputs.version }}-${{ runner.arch }}
3636 key : flutter-action-setup-flutter-${{ runner.os }}-${{ inputs.version }}-${{ inputs.channel }}-${{ runner.arch }}
3737 # Cache the pub dependencies
3838 - if : ${{ inputs.cache == 'true' }}
3939 name : Configure pub dependencies cache
40- uses : actions/cache@v3
40+ uses : actions/cache@v4
4141 with :
4242 path : ${{ runner.temp }}/pub-cache
4343 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