From 1de238f5465d1c106421ba7468f2a7dc97c09ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:50:32 +0000 Subject: [PATCH] Bump actions/cache from 4.0.0 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.0.0...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/android-lint.yml | 2 +- .github/workflows/unit-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-lint.yml b/.github/workflows/android-lint.yml index 39d2e98..9132b62 100644 --- a/.github/workflows/android-lint.yml +++ b/.github/workflows/android-lint.yml @@ -21,7 +21,7 @@ jobs: uses: reviewdog/action-setup@v1.2.0 - name: Cache Gradle Files - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.2 with: path: | ~/.gradle/caches diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index e9ddd7c..a511d1b 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -21,7 +21,7 @@ jobs: java-version: 17 - name: Cache Gradle Files - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.2 with: path: | ~/.gradle/caches