From 283aabb19b23b16fc255a9a0e23b996f3fbf942f Mon Sep 17 00:00:00 2001 From: Xavi Ablaza Date: Wed, 2 Apr 2025 16:36:07 +0700 Subject: [PATCH] Update to actions/cache@v4 --- .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 5d49821..8d1f21a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - name: Set up Crystal cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: crystal-cache with: path: |