We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca9118 commit 529aeffCopy full SHA for 529aeff
.github/workflows/haskell.yml
@@ -14,9 +14,9 @@ jobs:
14
steps:
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
17
- - uses: haskell-actions/run-fourmolu@v11
+ - uses: haskell-actions/run-fourmolu@015e6ed9db2b3f344482792d42b7317c764eb30f # v12
18
with:
19
- version: "0.17.0.0"
+ version: "0.15.0.0"
20
21
build:
22
name: GHC ${{ matrix.ghc-version }} on ${{ matrix.os }}
0 commit comments