diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82f19508..cbac5d85 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: node-version: '20' - name: Cache node_modules id: node-modules-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: '**/node_modules' key: node-modules-cache-${{ hashFiles('**/pnpm-lock.yaml') }}