From 63f60de8bcf0c139b948faf714e6ee50fc0a3c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:08:22 -0400 Subject: [PATCH] build(deps): bump DeterminateSystems/nix-installer-action from 7 to 10 (#1) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/check-inputs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d505f3..bb70a83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Nix - uses: DeterminateSystems/nix-installer-action@v7 + uses: DeterminateSystems/nix-installer-action@v10 - name: Build run: nix build -L --show-trace .#${{ matrix.path }} diff --git a/.github/workflows/check-inputs.yml b/.github/workflows/check-inputs.yml index 56a5f56..b51dd1b 100644 --- a/.github/workflows/check-inputs.yml +++ b/.github/workflows/check-inputs.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Nix - uses: DeterminateSystems/nix-installer-action@v7 + uses: DeterminateSystems/nix-installer-action@v10 - name: Check Nix flake Nixpkgs inputs uses: DeterminateSystems/flake-checker-action@v5