From f534663060623e178155b00c3f9a18b3b3b180d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:39:16 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/nix-installer-action from 9 to 10 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 9 to 10. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v9...v10) --- 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/flake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index b7dde2099..88d2f29b8 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v9 + uses: DeterminateSystems/nix-installer-action@v10 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Nix Flake Check @@ -57,7 +57,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v9 + uses: DeterminateSystems/nix-installer-action@v10 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Nix Build