From efa34488e63b45fa2568f308712a5ca3b849305b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 02:45:05 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/lerna.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lerna.yml b/.github/workflows/lerna.yml index bb0464ff..f0995635 100644 --- a/.github/workflows/lerna.yml +++ b/.github/workflows/lerna.yml @@ -12,7 +12,7 @@ jobs: - name: Cache node modules id: cache-nodemodules - uses: actions/cache@v3 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: