build(deps): bump cachix/cachix-action from 13 to 14

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-15 08:09:17 +00:00 committed by GitHub
parent 1ef750f139
commit e4f69bcdf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
uses: cachix/install-nix-action@v24
- name: Set up cachix
uses: cachix/cachix-action@v13
uses: cachix/cachix-action@v14
with:
name: nix-community
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}