Skip to content

Commit 98ff16b

Browse files
chore(deps): update actions/cache action to v4 (#315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e3fded1 commit 98ff16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prettier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: pnpm
2323
node-version: lts/*
2424
- run: pnpm install --dev --ignore-scripts
25-
- uses: actions/cache@v3
25+
- uses: actions/cache@v4
2626
with:
2727
path: node_modules/.cache/prettier/.prettier-cache
2828
key: prettier-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('.prettierignore') }}-${{ hashFiles('.prettierrc.cjs') }}

0 commit comments

Comments
 (0)