From 04cb70f1f76c8c9d6830a657a8f189870a5f0b3e Mon Sep 17 00:00:00 2001 From: Joel Kaasinen Date: Mon, 24 Mar 2025 08:40:12 +0200 Subject: [PATCH] chore: bump actions/cache for cljs workflow --- .github/workflows/testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index e1f5b1eb..9c5e7e1f 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.m2/repository