We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f586f4d commit dc62321Copy full SHA for dc62321
.github/workflows/nix.yml
@@ -62,7 +62,7 @@ jobs:
62
extra_nix_config: |
63
experimental-features = nix-command flakes
64
nix_path: nixpkgs=channel:nixos-unstable
65
- - uses: cachix/cachix-action@v10
+ - uses: cachix/cachix-action@v11
66
with:
67
name: haskell-language-server
68
# Disable pushing, we will do that in job `build`
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
102
authToken: ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}
0 commit comments