From bc34099731a7e3799c0d52ccdf4599409a2ef9b9 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 10 Mar 2025 21:17:13 +0100 Subject: [PATCH] ci/documentation: bump cachix action to v16 --- .github/workflows/build_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 63294ba6..1f05802b 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -40,7 +40,7 @@ jobs: nix_path: nixpkgs=channel:nixos-unstable - name: Configure cachix - uses: cachix/cachix-action@v15 + uses: cachix/cachix-action@v16 with: name: nix-community authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"