github-workflows/build_documentation: update cachix action

This commit is contained in:
Gaetan Lepage 2024-05-21 08:44:48 +02:00 committed by Gaétan Lepage
parent 5b09c711e2
commit c9f3d15796

View file

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