branch: elpa/nix-mode
commit 5fb9df6f69fb34fd9d7f1090ce5b36796eacf2c7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commit: GitHub <[email protected]>

    chore(deps): bump cachix/install-nix-action from 14.1 to 16
    
    Bumps 
[cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 
14.1 to 16.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - 
[Commits](https://github.com/cachix/install-nix-action/compare/v14.1...v16)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a67ac9e34b..66282591ca 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
     - uses: actions/checkout@v2
       with:
         fetch-depth: 0
-    - uses: cachix/[email protected]
+    - uses: cachix/install-nix-action@v16
       with:
         nix_path: nixpkgs=channel:${{ matrix.nixpkgs_channel }}
     #- run: nix build

Reply via email to