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

This commit is contained in:
Renovate Bot 2023-11-28 15:01:01 +00:00
parent 1d3b8de8d8
commit 72f9436a4f

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@v23 - uses: cachix/install-nix-action@v24
with: with:
github_access_token: ${{ secrets.GH_TOKEN }} github_access_token: ${{ secrets.GH_TOKEN }}
- run: nix build - run: nix build