From 3cbb447b210bbf9ffe28d5bb45e4ac3e4feb45be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 18:18:08 +0000 Subject: [PATCH] build(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.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 18a7d01..4b68645 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v5 - uses: DeterminateSystems/nix-installer-action@v20 - - uses: DeterminateSystems/flakehub-cache-action@v2 + - uses: DeterminateSystems/flakehub-cache-action@v3 - run: nix build .#pam_spicedb .#pam_print lint: @@ -21,5 +21,5 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v20 env: NIX_INSTALLER_EXTRA_CONF: sandbox = false - - uses: DeterminateSystems/flakehub-cache-action@v2 + - uses: DeterminateSystems/flakehub-cache-action@v3 - run: nix flake check -L --show-trace