Update cachix/cachix-action action to v16
Some checks are pending
Nix Build / build-nixos (pull_request) Successful in 8m22s
Nix Build / build-nixos (push) Waiting to run

This commit is contained in:
Renovate Bot 2025-03-11 02:01:17 +00:00
parent 51e08f1cc7
commit 6ee70b0d1f

View File

@ -22,7 +22,7 @@ jobs:
- uses: DeterminateSystems/flake-checker-action@v9 - uses: DeterminateSystems/flake-checker-action@v9
- name: "Install Cachix ❄️" - name: "Install Cachix ❄️"
uses: cachix/cachix-action@v15 uses: cachix/cachix-action@v16
with: with:
name: helcel name: helcel
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"