From 8820763f13c1771504f6a4d62b4a1c3704a39a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 01:03:36 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31586d9..9261540 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.15.2