From c932044fd01c4d2f1f8232c62fdd9e977f5f22c3 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:40 +0000 Subject: [PATCH] ci(github-action): update actions/cache action to v6 --- .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..0e7f9c6 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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 env: cache-name: cache-node-modules with: