Skip to content

Commit 054108f

Browse files
authored
Merge pull request #9369 from haskell/andreabedini-patch-1
Update format.yml
2 parents 2df64b4 + d9e54fd commit 054108f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: haskell-actions/run-fourmolu@v8
13+
- uses: haskell-actions/run-fourmolu@v9
1414
with:
15+
version: "0.12.0.0"
1516
pattern: |
1617
Cabal/**/*.hs
1718
Cabal-syntax/**/*.hs

0 commit comments

Comments
 (0)