From 8e880d08b9642b6d41c6bca7ed553059611f5717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:39:48 +0000 Subject: [PATCH] build(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/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 18a7d01..2a780ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: DeterminateSystems/nix-installer-action@v20 + - uses: DeterminateSystems/nix-installer-action@v21 - uses: DeterminateSystems/flakehub-cache-action@v2 - run: nix build .#pam_spicedb .#pam_print @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: DeterminateSystems/nix-installer-action@v20 + - uses: DeterminateSystems/nix-installer-action@v21 env: NIX_INSTALLER_EXTRA_CONF: sandbox = false - uses: DeterminateSystems/flakehub-cache-action@v2