diff --git a/.github/workflows/vercel.yml b/.github/workflows/vercel.yml index 9d35635..b69b969 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@v4 + uses: actions/cache@v5 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}