From 64b2c8502019b374ff1ef61670b344e86eb3109d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:15:28 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/flakehub-cache-action from 2 to 3 Bumps [DeterminateSystems/flakehub-cache-action](https://github.com/determinatesystems/flakehub-cache-action) from 2 to 3. - [Release notes](https://github.com/determinatesystems/flakehub-cache-action/releases) - [Commits](https://github.com/determinatesystems/flakehub-cache-action/compare/v2...v3) --- updated-dependencies: - dependency-name: DeterminateSystems/flakehub-cache-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1731274..c7be60a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: extra-conf: lazy-trees = true - name: Set up FlakeHub Cache - uses: DeterminateSystems/flakehub-cache-action@v2 + uses: DeterminateSystems/flakehub-cache-action@v3 - name: Install Rust (${{ matrix.toolchain.name }}) uses: actions-rust-lang/setup-rust-toolchain@v1.12.0 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7fd00a8..b412592 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,7 +24,7 @@ jobs: extra-conf: lazy-trees = true - name: Set up FlakeHub Cache - uses: DeterminateSystems/flakehub-cache-action@v2 + uses: DeterminateSystems/flakehub-cache-action@v3 - name: Install Rust uses: actions-rust-lang/setup-rust-toolchain@v1.5.0