From 51e91cb59dbfde64275f9ecc06f0e8bf2fe78fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:47:19 +0000 Subject: [PATCH] ci: bump DeterminateSystems/nix-installer-action from 11 to 12 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 11 to 12. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v11...v12) --- 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/ci.yml | 2 +- .github/workflows/flake.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0e90f4..54df922 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v11 + - uses: DeterminateSystems/nix-installer-action@v12 - run: nix -vL --show-trace flake check diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index 5aef002..67fdf3a 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v11 + - uses: DeterminateSystems/nix-installer-action@v12 - id: update-flake-lock uses: DeterminateSystems/update-flake-lock@v21