Skip to content

Commit e0c8f8b

Browse files
authored
Merge pull request #56 from ashtanko/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents 312d52b + 33bace8 commit e0c8f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: flutter --version
3636

3737
- name: Cache pub dependencies
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ${{ env.HOME }}/.pub-cache
4141
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}

0 commit comments

Comments
 (0)