chore: upgrading actions/cache to v4 for ci tests

This commit is contained in:
Jannat Patel
2025-03-03 13:58:39 +05:30
parent 263096fc77
commit 07d30647d8

View File

@@ -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 }}