From 30e798671c723d6b941e3c60681581205b976950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 14:29:50 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to caa2961 --- .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 8a721250a..92d1acc46 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: docs/.docusaurus key: ${{ runner.os }}-docs-${{ hashFiles('docs/package-lock.json') }}