summary refs log tree commit diff
path: root/.github/workflows/basic-eval.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/basic-eval.yml')
-rw-r--r--.github/workflows/basic-eval.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/basic-eval.yml b/.github/workflows/basic-eval.yml
index 41f751fd061..9a196923cf4 100644
--- a/.github/workflows/basic-eval.yml
+++ b/.github/workflows/basic-eval.yml
@@ -16,7 +16,7 @@ jobs:
     # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback
     steps:
     - uses: actions/checkout@v3
-    - uses: cachix/install-nix-action@v16
+    - uses: cachix/install-nix-action@v17
     - uses: cachix/cachix-action@v10
       with:
         # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.