From 9a4986d065fd1b8a5ea438eb5943af3cfa935fc7 Mon Sep 17 00:00:00 2001 From: unagi-zoso Date: Thu, 25 Apr 2024 18:03:45 +0900 Subject: [PATCH] =?UTF-8?q?#33=20Feat=20cache=20=EB=9D=BC=EC=9D=B4?= =?UTF-8?q?=EB=B8=8C=EB=9F=AC=EB=A6=AC=20=EB=B2=84=EC=A0=84=EC=97=85=20(v3?= =?UTF-8?q?=20->=20v4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 현재 버전3 에서 `test Node.js 16 actions are deprecated` 이라는 경고가 여전히 떠서 최신 버전으로 업 시켰다. ref) [참고 자료](https://github.com/pre-commit/action/issues/189) --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index f09187f..07a6360 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -23,7 +23,7 @@ jobs: # Cache - name: Cache Gradle packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches