about 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>2023-05-29 11:59:42 +0000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-05-30 16:23:52 +1000
commit9db2a0900132fb83832dac8323acec8db60e400d (patch)
treeabf91823395972d873f28860752041f159659fc7 /.github/workflows/basic-eval.yml
parent02db01223237e1758bfb97f08e9116fc7faa0a2f (diff)
build(deps): bump cachix/install-nix-action from 20 to 21
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v20...v21)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
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 605d6a30a383f..3af716e889766 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@v20
+    - uses: cachix/install-nix-action@v21
     - uses: cachix/cachix-action@v12
       with:
         # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.