CI: update cachix-action

This commit is contained in:
kekrby 2023-01-23 12:32:28 +03:00
parent 9ecc255dc3
commit 7dae78c4e2

View file

@ -19,7 +19,7 @@ jobs:
uses: cachix/install-nix-action@v18 uses: cachix/install-nix-action@v18
- name: "Set Up Binary Cache" - name: "Set Up Binary Cache"
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: cachix/cachix-action@v10 uses: cachix/cachix-action@v12
with: with:
name: t2linux name: t2linux
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}