diff --git a/.github/workflows/vercel.yml b/.github/workflows/vercel.yml index b69b9697..5f0ceacd 100644 --- a/.github/workflows/vercel.yml +++ b/.github/workflows/vercel.yml @@ -32,7 +32,7 @@ jobs: node-version: 18.x - name: Cache Node.js - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}