From 5c21a08208d345f6ce7c2b53bea0fc7e368abdc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sun, 1 Mar 2020 11:47:40 +0100 Subject: [PATCH] README: bump actions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebe54e2..33ccfd2 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - uses: cachix/install-nix-action@v6 + - uses: actions/checkout@v2 + - uses: cachix/install-nix-action@v7 - run: nix-build ```