From 8616b261df6aeefa8b75d3af619cff34cbd3fa1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:15:48 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/nix-installer-action from 13 to 15 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 13 to 15. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v13...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/upgrade-flakes.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9d07146e..aa9568b9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v15 - name: Set up Nix cache uses: cachix/cachix-action@v15 diff --git a/.github/workflows/upgrade-flakes.yaml b/.github/workflows/upgrade-flakes.yaml index 7d56c993..252e849a 100644 --- a/.github/workflows/upgrade-flakes.yaml +++ b/.github/workflows/upgrade-flakes.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v15 - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@v23