Skip to content

Commit d10ceff

Browse files
authored
Merge branch 'main' into fix/windows-test
2 parents 4c8f290 + f770c4c commit d10ceff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flutter_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: gradle/gradle-build-action@v2
5858

5959
- name: AVD cache
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
id: avd-cache
6262
with:
6363
path: |

.github/workflows/metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- run: ./metrics/prepare.sh
6767

68-
- uses: actions/cache@v3
68+
- uses: actions/cache@v4
6969
id: app-plain-cache
7070
with:
7171
path: ${{ matrix.appPlain }}

0 commit comments

Comments
 (0)