Skip to content

Commit c5f574d

Browse files
authored
ci(benchmark): upgrade actions/cache to v4 (#3452)
1 parent 9fe8ec7 commit c5f574d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: node benchmarks/benchmark.js | tee output.txt
5353

5454
- name: Download previous benchmark data
55-
uses: actions/cache@v1
55+
uses: actions/cache@v4
5656
with:
5757
path: ./cache
5858
key: ${{ runner.os }}-benchmark

0 commit comments

Comments
 (0)