We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ffc1b commit 6244505Copy full SHA for 6244505
.github/workflows/prettier.yml
@@ -21,7 +21,7 @@ jobs:
21
cache: npm
22
node-version: lts/*
23
- run: npm ci --ignore-scripts --only-dev
24
- - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
+ - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3
25
with:
26
path: node_modules/.cache/prettier/.prettier-cache
27
key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }}
0 commit comments