From a431cf91bc77d53b68f639aefa08cfe32aedbeb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 01:37:00 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/actions/setup-environment/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-environment/action.yaml b/.github/actions/setup-environment/action.yaml index 92d1acc4..c0326df6 100644 --- a/.github/actions/setup-environment/action.yaml +++ b/.github/actions/setup-environment/action.yaml @@ -19,7 +19,7 @@ runs: - id: cache-npm name: Cache NPM Global - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ~/.npm key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json', 'docs/package-lock.json') }} @@ -28,7 +28,7 @@ runs: - id: cache-jest name: Cache Jest Transformations - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: .jest-cache key: ${{ runner.os }}-jest-${{ hashFiles('package-lock.json') }} @@ -37,7 +37,7 @@ runs: - id: cache-docs name: Cache Docusaurus Metadata - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: docs/.docusaurus key: ${{ runner.os }}-docs-${{ hashFiles('docs/package-lock.json') }}