Skip to content

Commit a61775c

Browse files
chore(deps): update actions/cache action to v5
1 parent d4dc238 commit a61775c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
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@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
24+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
2525
with:
2626
path: node_modules/.cache/prettier/.prettier-cache
2727
key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }}

0 commit comments

Comments
 (0)