chore(deps): update cachix/install-nix-action action to v23
This commit is contained in:
parent
74ac3a889b
commit
2c5ca4fce3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- 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@v22
|
- uses: cachix/install-nix-action@v23
|
||||||
with:
|
with:
|
||||||
github_access_token: ${{ secrets.GH_TOKEN }}
|
github_access_token: ${{ secrets.GH_TOKEN }}
|
||||||
- run: nix build
|
- run: nix build
|
||||||
|
|
Loading…
Reference in a new issue