summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-29 02:58:21 +0000
committerJohn MacFarlane <jgm@berkeley.edu>2023-05-29 12:27:22 -0700
commit4ea1980699e3e2819800084565910a5b0f7a2bb8 (patch)
treea95d26739c646d4d9744565b0f3b2785e441b672 /.github/workflows
parent4a6950200ff148b44b38c20f015100bb4d7e5033 (diff)
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')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 348d2e83c..07f3581fe 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -147,7 +147,7 @@ jobs:
fail-fast: true
steps:
- uses: actions/checkout@v3
- - uses: cachix/install-nix-action@v20
+ - uses: cachix/install-nix-action@v21
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |