Skip to content

Commit 438350b

Browse files
committed
Update action
1 parent d589b6d commit 438350b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- uses: dtolnay/rust-toolchain@nightly
3131
- run: cargo bench --package rune-benches -- --output-format bencher | tee output.txt
32-
- uses: actions/cache@v1
32+
- uses: actions/cache@v4
3333
with:
3434
path: ./cache
3535
key: ${{ runner.os }}-benchmark

0 commit comments

Comments
 (0)