Update https://github.com/cachix/install-nix-action action to v31 #3
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- 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:
|
||||
enable_kvm: false
|
||||
github_access_token: '${{ secrets.ACCESS_TOKEN_GITHUB }}'
|
||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- 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:
|
||||
enable_kvm: false
|
||||
github_access_token: '${{ secrets.ACCESS_TOKEN_GITHUB }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue