Skip to content

Commit db3ffce

Browse files
authored
Bump install-nix-action (#625)
1 parent 8f8f023 commit db3ffce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v3
15-
- uses: cachix/install-nix-action@v22
15+
- uses: cachix/install-nix-action@v31
1616
with:
1717
nix_path: nixpkgs=channel:nixos-unstable
1818
- run: nix-shell --run "fourmolu -m check ."

.github/workflows/nix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
- uses: cachix/install-nix-action@v22
20+
- uses: cachix/install-nix-action@v31
2121
with:
2222
nix_path: nixpkgs=channel:nixos-unstable
2323
- run: nix-shell --run "cabal update && cabal build all"

0 commit comments

Comments
 (0)