Skip to content

Commit

Permalink
Merge branch 'main' into fix/windows-test
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor authored Jan 23, 2024
2 parents 4c8f290 + f770c4c commit d10ceff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: AVD cache
uses: actions/cache@v3
uses: actions/cache@v4
id: avd-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- run: ./metrics/prepare.sh

- uses: actions/cache@v3
- uses: actions/cache@v4
id: app-plain-cache
with:
path: ${{ matrix.appPlain }}
Expand Down

0 comments on commit d10ceff

Please sign in to comment.