From dd1b083290b6241742a476294a15875ffbfbec39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 03:22:08 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/nix-installer-action from 20 to 21 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 20 to 21. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v20...v21) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b8f02b..beeb234 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v6 - name: Install Lix - uses: DeterminateSystems/nix-installer-action@v20 + uses: DeterminateSystems/nix-installer-action@v21 with: source-url: https://install.lix.systems/lix/lix-installer-${{ matrix.system }} logger: pretty diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index f2dda12..6994c98 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v6 - name: Install Lix - uses: DeterminateSystems/nix-installer-action@v20 + uses: DeterminateSystems/nix-installer-action@v21 with: source-url: https://install.lix.systems/lix/lix-installer-x86_64-linux logger: pretty