From ae568a3d9f8a743e61faeafb47ebcc5dce2e7a11 Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:18:01 +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: