From af746e7aba63e3c5654de59e97648837c66a9b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 20:25:36 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-merge.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre-merge.yaml b/.github/workflows/pre-merge.yaml index b51ae6f84..e88d38a3f 100644 --- a/.github/workflows/pre-merge.yaml +++ b/.github/workflows/pre-merge.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v2 - name: Cache Gradle Folders - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.gradle/caches/ @@ -42,7 +42,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v2 - name: Cache Gradle Folders - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.gradle/caches/ @@ -63,7 +63,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v2 - name: Cache Gradle Folders - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.gradle/caches/ @@ -84,7 +84,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v2 - name: Cache Gradle Folders - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.gradle/caches/