Skip to content

Commit

Permalink
#33 Feat cache 라이브러리 버전업 (v3 -> v4)
Browse files Browse the repository at this point in the history
현재 버전3 에서 `test
Node.js 16 actions are deprecated` 이라는 경고가 여전히 떠서 최신 버전으로 업 시켰다.

ref)
[참고 자료](pre-commit/action#189)
  • Loading branch information
Unagi-zoso committed Apr 25, 2024
1 parent 50bc856 commit 9a4986d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# Cache
- name: Cache Gradle packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 9a4986d

Please sign in to comment.