README: bump actions

This commit is contained in:
Domen Kožar
2020-03-01 11:47:40 +01:00
committed by GitHub
parent 9affe1ce81
commit 5c21a08208

View File

@@ -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
``` ```