mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-21 16:10:52 +00:00
README: bump actions
This commit is contained in:
parent
9affe1ce81
commit
5c21a08208
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- uses: cachix/install-nix-action@v6
|
- uses: cachix/install-nix-action@v7
|
||||||
- run: nix-build
|
- run: nix-build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue