From d6238e12af64b4203821e0a4893393138ca08280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:28:46 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/nix-installer-action from 13 to 15 (#17) --- .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 9fcfc9b..cb3b9cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v15 - 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 8490c88..ed87769 100644 --- a/.github/workflows/check-inputs.yml +++ b/.github/workflows/check-inputs.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v15 - name: Check Nix flake Nixpkgs inputs uses: DeterminateSystems/flake-checker-action@v9