Skip to content

Commit 529aeff

Browse files
committed
chore(ci): align nix/non-nix fourmolu versions
1 parent 9ca9118 commit 529aeff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616

17-
- uses: haskell-actions/run-fourmolu@v11
17+
- uses: haskell-actions/run-fourmolu@015e6ed9db2b3f344482792d42b7317c764eb30f # v12
1818
with:
19-
version: "0.17.0.0"
19+
version: "0.15.0.0"
2020

2121
build:
2222
name: GHC ${{ matrix.ghc-version }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)