From b051062b2b9ffe4c824a9e34d24b9c837394cec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:51:34 +0000 Subject: [PATCH] build(deps): 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/lints.yaml | 2 +- .github/workflows/nix.yaml | 2 +- .github/workflows/rust.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lints.yaml b/.github/workflows/lints.yaml index a9f60df5..a874f7bd 100644 --- a/.github/workflows/lints.yaml +++ b/.github/workflows/lints.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v11 + uses: DeterminateSystems/nix-installer-action@v12 - name: Install treefmt run: nix profile install 'nixpkgs#treefmt' diff --git a/.github/workflows/nix.yaml b/.github/workflows/nix.yaml index 76f5c0c0..088ad965 100644 --- a/.github/workflows/nix.yaml +++ b/.github/workflows/nix.yaml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v11 + uses: DeterminateSystems/nix-installer-action@v12 - name: Build Nix Flake run: nix build diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 356d0456..a46a62ee 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v11 + uses: DeterminateSystems/nix-installer-action@v12 - uses: DeterminateSystems/magic-nix-cache-action@v6 @@ -60,7 +60,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v11 + uses: DeterminateSystems/nix-installer-action@v12 - uses: DeterminateSystems/magic-nix-cache-action@v6 @@ -106,7 +106,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v11 + uses: DeterminateSystems/nix-installer-action@v12 - uses: DeterminateSystems/magic-nix-cache-action@v6 @@ -149,7 +149,7 @@ jobs: submodules: "true" - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v11 + uses: DeterminateSystems/nix-installer-action@v12 - uses: DeterminateSystems/magic-nix-cache-action@v6