Skip to content

Commit db6d2de

Browse files
committed
fix(workflow): update cachix action version to v31
1 parent bec55ef commit db6d2de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/format.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Format
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Nix
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master
@@ -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)