diff --git a/.github/workflows/build-test-lint.yml b/.github/workflows/build-test-lint.yml index afdc8505..a96ebfab 100644 --- a/.github/workflows/build-test-lint.yml +++ b/.github/workflows/build-test-lint.yml @@ -42,7 +42,7 @@ jobs: run: yarn - name: Cache Next.js build cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .next/cache key: nextjs-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('next.config.js') }}