Skip to content

Commit 979157d

Browse files
authored
Merge pull request #9 from Muska-Ami/patch-1
Update actions/cache@v3 to actions/cache@v4 Closes #8
2 parents 8f84915 + c451899 commit 979157d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)