Skip to content

Commit 664207a

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

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
@@ -21,7 +21,7 @@ jobs:
2121
cache: npm
2222
node-version: lts/*
2323
- run: npm ci --ignore-scripts --only-dev
24-
- uses: actions/cache@v3
24+
- uses: actions/cache@v4
2525
with:
2626
path: node_modules/.cache/prettier/.prettier-cache
2727
key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }}

0 commit comments

Comments
 (0)