Skip to content

Commit 4d14b5b

Browse files
Update actions/cache action to v4.2.3 (#213)
1 parent 88f1723 commit 4d14b5b

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].2
38+
uses: actions/[email protected].3
3939
with:
4040
path: node_modules/.cache
4141
key: lint-${{ github.sha }}

0 commit comments

Comments
 (0)