Skip to content

Commit 67e9fd7

Browse files
authored
bump revision in readme
1 parent be4cef7 commit 67e9fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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@v19
37+
- uses: cachix/install-nix-action@v20
3838
with:
3939
nix_path: nixpkgs=channel:nixos-unstable
4040
- run: nix-build
@@ -120,7 +120,7 @@ Otherwise, you can add any binary cache to nix.conf using
120120
install-nix-action's own `extra_nix_config` input:
121121

122122
```yaml
123-
- uses: cachix/install-nix-action@v19
123+
- uses: cachix/install-nix-action@v20
124124
with:
125125
extra_nix_config: |
126126
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)