From 0a137f0b0c97fa70f4ee9415dbb7c9b0ce4064fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:35:26 +0000 Subject: [PATCH] Bump cachix/cachix-action from 14 to 15 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v14...v15) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f92f6edc..068d1835 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - - uses: cachix/cachix-action@v14 + - uses: cachix/cachix-action@v15 with: name: mindriot101-home authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -100,7 +100,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - - uses: cachix/cachix-action@v14 + - uses: cachix/cachix-action@v15 with: name: mindriot101-home authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'