From 8891cebd279d9e5e7c4f4520e6405a02752ecfc7 Mon Sep 17 00:00:00 2001 From: Michael Ernst Date: Tue, 28 May 2024 16:13:38 -0700 Subject: [PATCH] Use actions/cache@v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9d0f7db1..5f0e8c311 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 1 show-progress: false - name: Cache JDK - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache-jdk with: path: ~/.java