Update https://github.com/cachix/install-nix-action action to v31
This commit is contained in:
parent
136f491231
commit
386b5ac559
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: apt update && apt install -y sudo
|
- run: apt update && apt install -y sudo
|
||||||
- uses: https://github.com/cachix/install-nix-action@v30
|
- uses: https://github.com/cachix/install-nix-action@v31
|
||||||
with:
|
with:
|
||||||
enable_kvm: false
|
enable_kvm: false
|
||||||
github_access_token: '${{ secrets.ACCESS_TOKEN_GITHUB }}'
|
github_access_token: '${{ secrets.ACCESS_TOKEN_GITHUB }}'
|
||||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: apt update && apt install -y sudo
|
- run: apt update && apt install -y sudo
|
||||||
- uses: https://github.com/cachix/install-nix-action@v30
|
- uses: https://github.com/cachix/install-nix-action@v31
|
||||||
with:
|
with:
|
||||||
enable_kvm: false
|
enable_kvm: false
|
||||||
github_access_token: '${{ secrets.ACCESS_TOKEN_GITHUB }}'
|
github_access_token: '${{ secrets.ACCESS_TOKEN_GITHUB }}'
|
||||||
|
@ -40,7 +40,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: flake.lock
|
name: flake.lock
|
||||||
- run: apt update && apt install -y sudo
|
- run: apt update && apt install -y sudo
|
||||||
- uses: https://github.com/cachix/install-nix-action@v30
|
- uses: https://github.com/cachix/install-nix-action@v31
|
||||||
with:
|
with:
|
||||||
enable_kvm: false
|
enable_kvm: false
|
||||||
github_access_token: '${{ secrets.ACCESS_TOKEN_GITHUB }}'
|
github_access_token: '${{ secrets.ACCESS_TOKEN_GITHUB }}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue