summary refs log tree commit diff
path: root/.github/workflows/basic-eval.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-12 23:12:03 +0000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-10-13 09:15:41 +1000
commitd2e6195f5b83e84e176bf9dc16ee93ea209037d9 (patch)
treef9271cc8537d2cbb39d76b87745323c62f13e1e6 /.github/workflows/basic-eval.yml
parentff3f76ad3945fa2afa43f3a8d63aa34898ae53eb (diff)
build(deps): bump cachix/install-nix-action from 17 to 18
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18)
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 53e64e422b661..bdd3c6445470d 100644
--- a/.github/workflows/basic-eval.yml
+++ b/.github/workflows/basic-eval.yml
@@ -19,7 +19,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@v17
+    - uses: cachix/install-nix-action@v18
     - uses: cachix/cachix-action@v11
       with:
         # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.