From 6a1c4c1f5fcc5d0978e408141f3d1479870e6872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 23:43:58 +0000 Subject: [PATCH] Bump DeterminateSystems/determinate-nix-action in the patch group Bumps the patch group with 1 update: [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action). Updates `DeterminateSystems/determinate-nix-action` from 3.21.8 to 3.21.9 - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/v3.21.8...v3.21.9) --- updated-dependencies: - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.21.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- .github/workflows/flakehub.yml | 2 +- .github/workflows/nix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flakehub.yml b/.github/workflows/flakehub.yml index b60cb3bc..29e11d5e 100644 --- a/.github/workflows/flakehub.yml +++ b/.github/workflows/flakehub.yml @@ -13,7 +13,7 @@ jobs: - uses: "actions/checkout@v7.0.1" with: persist-credentials: false - - uses: "DeterminateSystems/determinate-nix-action@v3.21.8" + - uses: "DeterminateSystems/determinate-nix-action@v3.21.9" - uses: "DeterminateSystems/flakehub-push@main" with: name: "Zoo/cli" diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index e114fc66..f3ba29e1 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -65,7 +65,7 @@ jobs: submodules: recursive ref: ${{ github.head_ref }} - - uses: DeterminateSystems/determinate-nix-action@v3.21.8 + - uses: DeterminateSystems/determinate-nix-action@v3.21.9 - name: Build and collect hash mismatches id: nix_build