From 9f05bdd18a1008143dc438a2e997afaa20617461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:40:22 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/nix-installer-action from 14 to 15 Bumps [DeterminateSystems/nix-installer-action](https://github.com/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/v14...v15) --- 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/build.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8a61f43..fabeb05 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 - name: Install nix - uses: DeterminateSystems/nix-installer-action@v14 + uses: DeterminateSystems/nix-installer-action@v15 - name: Setup magic-nix-cache uses: DeterminateSystems/magic-nix-cache-action@main diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 34c3510..5f2019f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Install nix - uses: DeterminateSystems/nix-installer-action@v14 + uses: DeterminateSystems/nix-installer-action@v15 - name: Setup magic-nix-cache uses: DeterminateSystems/magic-nix-cache-action@main @@ -73,7 +73,7 @@ jobs: uses: actions/checkout@v4 - name: Install nix - uses: DeterminateSystems/nix-installer-action@v14 + uses: DeterminateSystems/nix-installer-action@v15 - name: Setup magic-nix-cache uses: DeterminateSystems/magic-nix-cache-action@main