branch: elpa/nix-mode
commit 218c885d785cb04c472cef88bc1161fa00e2ffdd
Merge: 30587b2205 38958e5203
Author: Matthew Bauer <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #116 from taku0/update-install-nix-action
Update install-nix-action in GitHub Action
---
.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 c94e6cc82e..76622ab60e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- - uses: cachix/install-nix-action@v10
+ - uses: cachix/install-nix-action@v12
#- run: nix build
- run: nix-build -E '(import ./.).defaultPackage.${builtins.currentSystem}'
#- run: nix flake check