Bump actions/cache to v4

This commit is contained in:
Foti Dim
2025-05-30 11:26:02 +02:00
parent e9f97d1085
commit 4be924cd98
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- run: flutter --version
- name: Cache pub dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.FLUTTER_HOME }}/.pub-cache
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}