From 728aa2ad97be45249da415f12e7473ab96a5d72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:08:24 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/nix-installer-action from 7 to 8 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 7 to 8. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v7...v8) --- 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/cachix.yaml | 2 +- .github/workflows/flake-checker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index 40c0b0cf..e2bb6d30 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Install nix - uses: DeterminateSystems/nix-installer-action@v7 + uses: DeterminateSystems/nix-installer-action@v8 - name: Setup magic-nix-cache uses: DeterminateSystems/magic-nix-cache-action@main diff --git a/.github/workflows/flake-checker.yaml b/.github/workflows/flake-checker.yaml index 6f38563a..6200e13c 100644 --- a/.github/workflows/flake-checker.yaml +++ b/.github/workflows/flake-checker.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Install nix - uses: DeterminateSystems/nix-installer-action@v7 + uses: DeterminateSystems/nix-installer-action@v8 - name: Setup magic-nix-cache uses: DeterminateSystems/magic-nix-cache-action@main