From 07d30647d824dfd2c28908be5c2c1d1095b7f151 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 3 Mar 2025 13:58:39 +0530 Subject: [PATCH] chore: upgrading actions/cache to v4 for ci tests --- .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 01ee036a..254ef1e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: node-version: '18' check-latest: true - name: setup cache for bench - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/bench-cache key: ${{ runner.os }}