From 68d601b3b9b17b66f08de6bfca77464a4f4c55df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:34:50 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 7721ffec..93050183 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -22,7 +22,7 @@ jobs: cache: pnpm node-version: lts/* - run: pnpm install --dev --ignore-scripts - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: node_modules/.cache/prettier/.prettier-cache key: prettier-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('.prettierignore') }}-${{ hashFiles('.prettierrc.cjs') }}