From 19d6a7102ea8b65ed635d5a769839df985f971a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:43:43 +0000 Subject: [PATCH] Bump DeterminateSystems/determinate-nix-action from 3.19.1 to 3.20.0 Bumps [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action) from 3.19.1 to 3.20.0. - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/v3.19.1...v3.20.0) --- updated-dependencies: - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nix-flake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix-flake.yml b/.github/workflows/nix-flake.yml index 3be3a983..eeaa4d0a 100644 --- a/.github/workflows/nix-flake.yml +++ b/.github/workflows/nix-flake.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Install Nix - uses: DeterminateSystems/determinate-nix-action@v3.19.1 + uses: DeterminateSystems/determinate-nix-action@v3.20.0 - name: Check flake run: nix flake check --all-systems