workflows/cachix: bump cachix action

fixes a bug where the latest store path doesn't get pushed (so all the
kernel builds never gets pushed)
This commit is contained in:
Cilly Leang 2025-11-21 23:15:01 +11:00
parent c5dd3e4f5e
commit 4bd188cc64
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -17,7 +17,7 @@ jobs:
env:
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
- uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v16
with:
name: lava
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
@ -42,7 +42,7 @@ jobs:
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v16
with:
name: lava
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'