From 9ec56d938a5149b32099c625ae03c74175dec61a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 03:08:11 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/nix-installer-action from 6 to 7 (#5) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check-inputs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-inputs.yml b/.github/workflows/check-inputs.yml index c357d98..2fba1e9 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@v6 + uses: DeterminateSystems/nix-installer-action@v7 - name: Check Nix flake Nixpkgs inputs uses: DeterminateSystems/flake-checker-action@v5