From f7c395de3ff9fd99f7e636bc7eea7286cde92c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:22:07 +0000 Subject: [PATCH] Bump actions/cache from 3.5.0 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 3.5.0 to 5.0.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/v3.5.0...27d5ce7f107fe9357f9df03efb73ab90386fccae) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/oracle.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d96a0a6..46fa266 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -213,7 +213,7 @@ jobs: key: itch-replay-smoke - name: Cache ITCH data - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: examples/itch-replay/data key: itch-data-${{ hashFiles('examples/itch-replay/expected/sample.md5') }} @@ -284,7 +284,7 @@ jobs: key: momentum-backtest-smoke - name: Cache price data - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: examples/momentum-backtest/data key: price-data-${{ hashFiles('examples/momentum-backtest/data/prices.md5') }} diff --git a/.github/workflows/oracle.yml b/.github/workflows/oracle.yml index 03eaaf8..69764bf 100644 --- a/.github/workflows/oracle.yml +++ b/.github/workflows/oracle.yml @@ -21,7 +21,7 @@ jobs: ocaml-compiler: 5.4 - name: Cache opam - uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.opam key: ${{ runner.os }}-opam-${{ hashFiles('**/oracle-ocaml/dune-project') }} @@ -42,7 +42,7 @@ jobs: toolchain: stable - name: Cache Rust - uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.cargo key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}