Upgrade actions/cache to v5 (#385)

This commit is contained in:
Azincc
2026-03-16 16:24:34 +08:00
committed by GitHub
parent fd55f4c5af
commit de04a6aaec
2 changed files with 9 additions and 4 deletions

View File

@@ -116,14 +116,14 @@ runs:
- name: Cache Flutter
id: cache-flutter
uses: actions/cache@v4
uses: actions/cache@v5
if: ${{ inputs.cache == 'true' }}
with:
path: ${{ steps.flutter-action.outputs.CACHE-PATH }}
key: ${{ steps.flutter-action.outputs.CACHE-KEY }}
- name: Cache pub dependencies
uses: actions/cache@v4
uses: actions/cache@v5
id: cache-pub
if: ${{ inputs.cache == 'true' }}
with: