From 84e994fb7f77a4634cf59cc1ab351575066e6fe9 Mon Sep 17 00:00:00 2001 From: "peakon-renovate[bot]" <137270318+peakon-renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 23:26:17 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .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 7d82fabd5..57e9f9996 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -54,7 +54,7 @@ jobs: node-version: 20 - name: Cache NPM dependencies - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: npm-cache-ubuntu-latest-node@20