ci: use cachix/install-nix-action (#1725)
Link: https://github.com/nix-community/stylix/pull/1725 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
24499b0049
commit
e4cc192b26
3 changed files with 4 additions and 3 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- uses: DeterminateSystems/nix-installer-action@v19
|
||||
- uses: cachix/install-nix-action@v31
|
||||
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- uses: DeterminateSystems/nix-installer-action@v19
|
||||
- uses: cachix/install-nix-action@v31
|
||||
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
|
|
|
|||
3
.github/workflows/update-flake.yml
vendored
3
.github/workflows/update-flake.yml
vendored
|
|
@ -17,7 +17,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ matrix.branch }}
|
||||
- uses: DeterminateSystems/nix-installer-action@v19
|
||||
|
||||
- uses: cachix/install-nix-action@v31
|
||||
|
||||
- id: generate-token
|
||||
uses: actions/create-github-app-token@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue