| commit | f25f58887d2d8055ebeb15183e8e8b85c2c261b4 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Sun Dec 14 19:01:39 2025 +0000 |
| committer | GitHub <noreply@github.com> | Sun Dec 14 19:01:39 2025 +0000 |
| tree | 616fa5cb25c1e5ebfc50b03dd1e1431aecf85ce5 | |
| parent | c141dd3aa8eaf499f6cf3b81dfc278b4f3a5981a [diff] |
build(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 99457b8..258b927 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml
@@ -74,7 +74,7 @@ python-version: ${{ matrix.python-version }} - name: Cache Cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cargo key: cargo-cache-${{ steps.rust-toolchain.outputs.cachekey }}-${{ hashFiles('Cargo.lock') }} @@ -105,7 +105,7 @@ - name: Cache the generated dataset id: cache-tpch-dataset - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: benchmarks/tpch/data key: tpch-data-2.18.0