From 4e88fd306c3bf9d93bc3512baa8ff6fad601d6ab Mon Sep 17 00:00:00 2001 From: Kevin Krohn <48852657+kevdkr@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:32:41 -0600 Subject: [PATCH] update to latest actions/cache due to deprecations --- .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 244dce7..ffebd5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: java-version: adopt@1.11 - name: Cache sbt - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | ~/.sbt