We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270031a commit f770c4cCopy full SHA for f770c4c
.github/workflows/flutter_test.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: gradle/gradle-build-action@v2
58
59
- name: AVD cache
60
- uses: actions/cache@v3
+ uses: actions/cache@v4
61
id: avd-cache
62
with:
63
path: |
.github/workflows/metrics.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- run: ./metrics/prepare.sh
67
68
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
69
id: app-plain-cache
70
71
path: ${{ matrix.appPlain }}
0 commit comments