We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3fded1 commit 98ff16bCopy full SHA for 98ff16b
.github/workflows/prettier.yml
@@ -22,7 +22,7 @@ jobs:
22
cache: pnpm
23
node-version: lts/*
24
- run: pnpm install --dev --ignore-scripts
25
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
26
with:
27
path: node_modules/.cache/prettier/.prettier-cache
28
key: prettier-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('.prettierignore') }}-${{ hashFiles('.prettierrc.cjs') }}
0 commit comments