mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 09:34:11 +02:00
README: bump
This commit is contained in:
parent
76bd1745d3
commit
a7cff0bb28
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: cachix/install-nix-action@v6
|
||||
- uses: cachix/cachix-action@v2
|
||||
- uses: cachix/cachix-action@v3
|
||||
with:
|
||||
name: mycache
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
|
|
@ -57,7 +57,7 @@ Alternatively, you can use this action to only configure cachix for substitution
|
|||
|
||||
```yaml
|
||||
...
|
||||
- uses: cachix/cachix-action@v2
|
||||
- uses: cachix/cachix-action@v3
|
||||
with:
|
||||
name: mycache
|
||||
skipNixBuild: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue