diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 2a215bc3..7cb0d33c 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -22,7 +22,7 @@ jobs: node-version: lts/* - run: corepack enable && npm --version - run: npm install --ignore-scripts - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: node_modules/.cache/prettier/.prettier-cache key: prettier-${{ hashFiles('package-lock.json') }}