Skip to content

Commit 4246002

Browse files
authored
Merge pull request #506 from haskell/mpj/update-workflow
Update nix installer action version
2 parents cc33803 + 52802de commit 4246002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020
with:
2121
submodules: true
22-
- uses: cachix/install-nix-action@v18
22+
- uses: cachix/install-nix-action@v22
2323
with:
2424
nix_path: nixpkgs=channel:nixos-unstable
2525
- run: nix-shell --run "cabal update && cabal build all"

0 commit comments

Comments
 (0)