From 510cd9cf23c79ef1f594de5e07017ca2413ba3d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:30:56 +0800 Subject: [PATCH] chore(deps): bump DeterminateSystems/nix-installer-action from 4 to 6 (#4) --- .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 bd19741..c357d98 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@v4 + uses: DeterminateSystems/nix-installer-action@v6 - name: Check Nix flake Nixpkgs inputs uses: DeterminateSystems/flake-checker-action@v5