From 67bd092214462ba804792b8042d96e48a2a822a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 2 Oct 2019 17:38:01 +0200 Subject: [PATCH] bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1362572..9cb833b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - uses: cachix/install-nix-action@v1 + - uses: cachix/install-nix-action@v2 - run: nix-build ```