From 73292344aec12683d05eccfa75618000acb8d450 Mon Sep 17 00:00:00 2001 From: Gimun Kim <101035437+kmkim2689@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:42:48 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20change=20cache=20name=20of=20and?= =?UTF-8?q?roid=20ci=20pipelines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/an-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/an-ci.yml b/.github/workflows/an-ci.yml index a6ed9772..dbc5157d 100644 --- a/.github/workflows/an-ci.yml +++ b/.github/workflows/an-ci.yml @@ -20,7 +20,7 @@ jobs: with: java-version: '17' distribution: 'temurin' - cache: jdk + cache: gradle - name: Cache Gradle uses: actions/cache@v3 with: @@ -49,7 +49,7 @@ jobs: with: java-version: '17' distribution: 'temurin' - cache: jdk + cache: gradle - name: Cache Gradle uses: actions/cache@v3 with: