Skip to content

Commit

Permalink
ci: bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Jun 6, 2024
1 parent 9390079 commit c70f61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Cache Cargo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cargo
key: cargo-cache-${{ steps.rust-toolchain.outputs.rustc_hash }}-${{ hashFiles('Cargo.lock') }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Cache the generated dataset
id: cache-tpch-dataset
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: benchmarks/tpch/data
key: tpch-data-2.18.0
Expand Down

0 comments on commit c70f61a

Please sign in to comment.