Chore(deps): Bump actions/cache from 5.0.5 to 6.1.0 (#6833)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-02 21:56:42 +00:00
committed by GitHub
parent 3958226c19
commit 242bf76e29
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
latest=auto
- name: Next.js build cache
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5
with:
path: .next/cache
key: nextjs-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('**/*.js', '**/*.jsx') }}