From c109b7ca99136d600818ce346fa850e95917de66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 02:03:01 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/nix-installer-action from 12 to 13 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 12 to 13. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v12...v13) --- 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/iso.yml | 2 +- .github/workflows/npins.yml | 2 +- .github/workflows/prelude.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 3c558d2a7..d5d1a4ad2 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -23,7 +23,7 @@ jobs: token: "${{ secrets.GITHUB_TOKEN }}" - name: "Install Lix" - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 with: source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux" diagnostic-endpoint: "" # so eelco can have more personalized self-merges? no thank you diff --git a/.github/workflows/npins.yml b/.github/workflows/npins.yml index 1d3cbbf3e..a77ca8be3 100644 --- a/.github/workflows/npins.yml +++ b/.github/workflows/npins.yml @@ -17,7 +17,7 @@ jobs: token: "${{ secrets.GITHUB_TOKEN }}" - name: "Install Lix" - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 with: source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux" diagnostic-endpoint: "" # so eelco can have more personalized self-merges? no thank you diff --git a/.github/workflows/prelude.yml b/.github/workflows/prelude.yml index edf9edc66..39d4e9031 100644 --- a/.github/workflows/prelude.yml +++ b/.github/workflows/prelude.yml @@ -41,7 +41,7 @@ jobs: platforms: arm64 - name: "Install Lix" - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 with: source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux" diagnostic-endpoint: "" # so eelco can have more personalized self-merges? no thank you