From 8b315ca14134e2e02ec3d7c1c6e2089b5217dd6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 20 Nov 2019 15:39:17 +0100 Subject: [PATCH] bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b26b6f0..ebe54e2 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@v3 + - uses: cachix/install-nix-action@v6 - run: nix-build ```