From 84084e31132482247673ff18d0b27cf38f6d51b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 04:08:24 +0000 Subject: [PATCH] chore(deps): bump cachix/cachix-action from 12 to 14 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 14. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v12...v14) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3ed668c..cc5d88d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: nix_path: nixpkgs=channel:nixos-23.05 extra_nix_config: | accept-flake-config = true - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v14 with: name: williamhsieh authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'