Skip to content

Commit 57ee9d7

Browse files
committed
chore(ci): bump actions/cache
1 parent c702357 commit 57ee9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: python cachegrind.py node test/benchmark2.js > output.txt
3838

3939
- name: Download previous benchmark result
40-
uses: actions/cache@v1
40+
uses: actions/cache@v4
4141
with:
4242
path: ./cache
4343
key: ${{ runner.os }}-${{matrix.node-version}}-benchmark

0 commit comments

Comments
 (0)