From f4a1ddc1e3aaa4f2bf46ed090916f3b4f06d1c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:23:16 -0500 Subject: [PATCH] Bump cachix/cachix-action from 13 to 14 (#24) Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 13 to 14. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v13...v14) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66a47c0..7fb372e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - name: Install Nix uses: cachix/install-nix-action@v23 - name: Setup Cachix - uses: cachix/cachix-action@v13 + uses: cachix/cachix-action@v14 with: name: devenv - name: Install devenv diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b174e45..7c9c428 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Install Nix uses: cachix/install-nix-action@v23 - name: Setup Cachix - uses: cachix/cachix-action@v13 + uses: cachix/cachix-action@v14 with: name: devenv - name: Install devenv