From 9ebcedd093da45d5c89ee635841740407b356309 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Sat, 30 Sep 2023 14:33:00 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20GitHub=20Action=E3=81=AE=E6=94=B9?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46acd3da..a3557219 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,11 +22,13 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/cache@2 + - name: Cache + uses: actions/cache@v3.3.2 with: path: ~/.gradle/wrapper key: gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} - - uses: actions/cache@2 + - name: Cache + uses: actions/cache@v3.3.2 with: path: | ~/.gradle/caches/jars-* @@ -34,7 +36,8 @@ jobs: ~/.gradle/caches/modules-* key: gradle-dependencies-${{ steps.cache-key.outputs.week }}-${{ hashFiles('**/*.gradle.kts') }} restore-keys: gradle-dependencies-${{ steps.cache-key.outputs.week }}- - - uses: actions/cache@v2 + - name: Cache + uses: actions/cache@v3.3.2 with: path: | ~/.gradle/caches/build-cache-*