Skip to content

Commit 5614a54

Browse files
Update actions/cache action to v4.3.0 (#278)
1 parent d803650 commit 5614a54

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/cache@v4.2.4
38+
uses: actions/cache@v4.3.0
3939
with:
4040
path: node_modules/.cache
4141
key: lint-${{ github.sha }}

0 commit comments

Comments
 (0)