Skip to content

Commit ca87c80

Browse files
Update actions/cache action to v4.0.2 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b63fc6 commit ca87c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Check for duplicate dependencies
3636
run: yarn dedupe --check
3737
- name: Setup lint cache
38-
uses: actions/[email protected].1
38+
uses: actions/[email protected].2
3939
with:
4040
path: node_modules/.cache
4141
key: lint-${{ github.sha }}

0 commit comments

Comments
 (0)