From 18a0a21eb47bbf74a4bd0eb1d873f246d71fb2d6 Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:02:57 +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..e7f16e2 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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 env: cache-name: cache-node-modules with: