From 03ca8905829c406f0408b833939f1b2a51c5d0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:19:50 +0000 Subject: [PATCH] Bump DeterminateSystems/nix-installer-action (#174) Bumps the determinatesystems-actions group with 1 update: [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action). Updates `DeterminateSystems/nix-installer-action` from 14 to 15 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/da36cb69b1c3247ad7a1f931ebfd954a1105ef14...b92f66560d6f97d6576405a7bae901ab57e72b6a) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: determinatesystems-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-nix.yml b/.github/workflows/ci-nix.yml index 11a6bad..82a4cae 100644 --- a/.github/workflows/ci-nix.yml +++ b/.github/workflows/ci-nix.yml @@ -32,7 +32,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 # v14 + - uses: DeterminateSystems/nix-installer-action@b92f66560d6f97d6576405a7bae901ab57e72b6a # v15 - run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time' - run: nix flake check - run: nix flake show