Skip to content

Commit 39a075c

Browse files
authored
bump
1 parent 6004951 commit 39a075c

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
@@ -51,8 +51,8 @@ jobs:
5151
tests:
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: actions/checkout@v3
55-
- uses: cachix/install-nix-action@v22
54+
- uses: actions/checkout@v4
55+
- uses: cachix/install-nix-action@v25
5656
with:
5757
github_access_token: ${{ secrets.GITHUB_TOKEN }}
5858
- run: nix build
@@ -122,7 +122,7 @@ Otherwise, you can add any binary cache to nix.conf using
122122
install-nix-action's own `extra_nix_config` input:
123123

124124
```yaml
125-
- uses: cachix/install-nix-action@v22
125+
- uses: cachix/install-nix-action@v25
126126
with:
127127
extra_nix_config: |
128128
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)