From 54b1b34ddce53839836089d766df1b840aa50511 Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:47:45 +0000 Subject: [PATCH] ci(github-action): update actions/cache action to v5.0.3 --- .github/workflows/test-npm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-npm.yaml b/.github/workflows/test-npm.yaml index ee04726..312dc1e 100644 --- a/.github/workflows/test-npm.yaml +++ b/.github/workflows/test-npm.yaml @@ -41,7 +41,7 @@ jobs: # https://github.com/marketplace/actions/cache - name: cache node modules id: cache-npm - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 env: cache-name: cache-node-modules with: