Skip to content

Commit f770c4c

Browse files
build(deps): bump actions/cache from 3 to 4 (#1833)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Giancarlo Buenaflor <[email protected]>
1 parent 270031a commit f770c4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flutter_test.yml

+1-1
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

+1-1
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)