chore(deps): update cachix/install-nix-action action to v25

This commit is contained in:
Renovate Bot 2024-01-12 17:23:57 +00:00
parent 724d6d25c0
commit 61c2651a2b

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: apt-get update && apt-get install -y sudo - run: apt-get update && apt-get install -y sudo
- run: mkdir /var/empty && chown root:root /var/empty && chmod 555 /var/empty - run: mkdir /var/empty && chown root:root /var/empty && chmod 555 /var/empty
- uses: cachix/install-nix-action@v24 - uses: cachix/install-nix-action@v25
with: with:
github_access_token: ${{ secrets.GH_TOKEN }} github_access_token: ${{ secrets.GH_TOKEN }}
- run: nix build - run: nix build