From 3aee559ba7e46ed8cf83ff01dbe0cd8aacb16fe2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 12:37:28 +0800 Subject: [PATCH] chore(deps): update dependency actions/cache to v5.0.3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e3b57b..82f2454 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v5.0.3 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }}