From bffd20474a10d2bb1721bc3ff81203d3d6003c2a Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:16:34 +0000 Subject: [PATCH] ci(github-action): update actions/cache action to v5.1.0 --- .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 0b7519e..89386d5 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 env: cache-name: cache-node-modules with: