From 0467c89e4d522697d44adc4aba42313825b7ac3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:15:40 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/nix-installer-action from 7 to 9 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 7 to 9. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v7...v9) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 2fba1e9..0c0e311 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@v7 + uses: DeterminateSystems/nix-installer-action@v9 - name: Check Nix flake Nixpkgs inputs uses: DeterminateSystems/flake-checker-action@v5