Skip to content

Commit e5c374f

Browse files
committed
chore(deps): update actions/cache action to v3
1 parent 86ab5e0 commit e5c374f

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
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121

22-
- uses: actions/cache@v2
22+
- uses: actions/cache@v3
2323
id: cache
2424
with:
2525
path: "node_modules"

0 commit comments

Comments
 (0)