ci: use cachix-action@v13

This commit is contained in:
Gaetan Lepage 2023-11-28 16:42:23 +01:00 committed by Gaétan Lepage
parent 27b0c6bf20
commit fda9e1e9a4
2 changed files with 2 additions and 2 deletions

View file

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