ci: 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 01:24:57 +00:00 committed by GitHub
parent 33110fb3c7
commit 2ea1b8ab7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v14
with:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

View File

@ -15,7 +15,7 @@ jobs:
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-23.05
- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v14
with:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'