Skip to content

Commit 7259822

Browse files
authored
readme: V27
1 parent ba0dd84 commit 7259822

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v3
37-
- uses: cachix/install-nix-action@v22
37+
- uses: cachix/install-nix-action@v27
3838
with:
3939
nix_path: nixpkgs=channel:nixos-unstable
4040
- run: nix-build
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- uses: actions/checkout@v4
55-
- uses: cachix/install-nix-action@v25
55+
- uses: cachix/install-nix-action@v27
5656
with:
5757
github_access_token: ${{ secrets.GITHUB_TOKEN }}
5858
- run: nix build
@@ -147,7 +147,7 @@ Otherwise, you can add any binary cache to nix.conf using
147147
install-nix-action's own `extra_nix_config` input:
148148

149149
```yaml
150-
- uses: cachix/install-nix-action@v25
150+
- uses: cachix/install-nix-action@v27
151151
with:
152152
extra_nix_config: |
153153
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=

0 commit comments

Comments
 (0)