Skip to content

Commit 951a248

Browse files
authored
build(deps): bump actions/cache from 3 to 4 (#1640)
2 parents e1d747e + 7e49b72 commit 951a248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node: ${{ env.NODE_VERSION }}
3636

3737
- name: Save build artifacts
38-
uses: actions/cache/save@v3
38+
uses: actions/cache/save@v4
3939
with:
4040
path: .
4141
key: ${{ env.CACHE_KEY }}

0 commit comments

Comments
 (0)