From 0ba89c5f169241f5b67ad3044a1ad705d12b57c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 10:30:03 +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.yaml | 2 +- .github/workflows/flake-update.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9991414..ad05311 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,5 +12,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: DeterminateSystems/nix-installer-action@v20 + - uses: DeterminateSystems/nix-installer-action@v21 - run: nix flake check diff --git a/.github/workflows/flake-update.yaml b/.github/workflows/flake-update.yaml index a8ec89a..248582f 100644 --- a/.github/workflows/flake-update.yaml +++ b/.github/workflows/flake-update.yaml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: DeterminateSystems/nix-installer-action@v20 + - uses: DeterminateSystems/nix-installer-action@v21 - uses: DeterminateSystems/update-flake-lock@v28 - run: nix flake check