Skip to content

Commit c70f61a

Browse files
ci: bump actions/cache from 3 to 4
1 parent 9390079 commit c70f61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python-version: ${{ matrix.python-version }}
6464

6565
- name: Cache Cargo
66-
uses: actions/cache@v3
66+
uses: actions/cache@v4
6767
with:
6868
path: ~/.cargo
6969
key: cargo-cache-${{ steps.rust-toolchain.outputs.rustc_hash }}-${{ hashFiles('Cargo.lock') }}
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Cache the generated dataset
116116
id: cache-tpch-dataset
117-
uses: actions/cache@v3
117+
uses: actions/cache@v4
118118
with:
119119
path: benchmarks/tpch/data
120120
key: tpch-data-2.18.0

0 commit comments

Comments
 (0)