From 9474a72adef228dc29f1f51eb7f6a9e9be43fd2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 23:45:29 +0000 Subject: [PATCH] Bump DeterminateSystems/determinate-nix-action in the minor group Bumps the minor group with 1 update: [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action). Updates `DeterminateSystems/determinate-nix-action` from 3.21.9 to 3.22.2 - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/v3.21.9...v3.22.2) --- updated-dependencies: - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.22.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... 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 29e11d5e..b564b058 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.9" + - uses: "DeterminateSystems/determinate-nix-action@v3.22.2" - uses: "DeterminateSystems/flakehub-push@main" with: name: "Zoo/cli" diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index aece1aac..571626ab 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -66,7 +66,7 @@ jobs: submodules: recursive ref: ${{ github.head_ref }} - - uses: DeterminateSystems/determinate-nix-action@v3.21.9 + - uses: DeterminateSystems/determinate-nix-action@v3.22.2 - name: Build and collect hash mismatches id: nix_build