From 349e3dde9514886ed5acdac5c7636a47cbfd70dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 24 Sep 2020 11:57:59 +0200 Subject: [PATCH] nix: review feedback --- ci/nix.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ci/nix.yml b/ci/nix.yml index e5213e0..b42fe3e 100644 --- a/ci/nix.yml +++ b/ci/nix.yml @@ -1,3 +1,7 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. name: Nix on: @@ -12,9 +16,9 @@ jobs: steps: - uses: actions/checkout@v2.3.1 - name: Install Nix - uses: cachix/install-nix-action@v10 + uses: cachix/install-nix-action@95a8068e317b8def9482980abe762f36c77ccc99 - name: Install Cachix - - uses: cachix/cachix-action@v6 + - uses: cachix/cachix-action@490a246fbc7f92208d309eeb54383a4d828cedc1 with: # Once you generate a binary cache on https://app.cachix.org, you'll need to insert the name of the cache here name: mycache