From 56090f84ef8136657b46e77dd86a9bb8d79b5936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:05:10 -0500 Subject: [PATCH] Bump actions/cache from 3.3.3 to 4.0.0 (#48) Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0. - [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/v3.3.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 75cb483..d0033b1 100644 --- a/.github/workflows/android-lint.yml +++ b/.github/workflows/android-lint.yml @@ -21,7 +21,7 @@ jobs: uses: reviewdog/action-setup@v1.1.0 - name: Cache Gradle Files - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: | ~/.gradle/caches diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 1636ff3..c048661 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@v3.3.3 + uses: actions/cache@v4.0.0 with: path: | ~/.gradle/caches