README: bump

This commit is contained in:
Domen Kožar 2019-12-20 15:58:11 +01:00
commit a7cff0bb28
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -45,7 +45,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: cachix/install-nix-action@v6 - uses: cachix/install-nix-action@v6
- uses: cachix/cachix-action@v2 - uses: cachix/cachix-action@v3
with: with:
name: mycache name: mycache
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
@ -57,7 +57,7 @@ Alternatively, you can use this action to only configure cachix for substitution
```yaml ```yaml
... ...
- uses: cachix/cachix-action@v2 - uses: cachix/cachix-action@v3
with: with:
name: mycache name: mycache
skipNixBuild: true skipNixBuild: true