Skip to content

Commit 8313ed4

Browse files
Update actions/cache action to v5
1 parent c7815ee commit 8313ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)