Skip to content

Commit 55448db

Browse files
committed
update fourmolu version in Github Action
1 parent 27c18a3 commit 55448db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-fourmolu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
shell: bash
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Run fourmolu
19-
uses: haskell-actions/run-fourmolu@v9
19+
uses: haskell-actions/run-fourmolu@v11
2020
with:
21-
version: "0.10.1.0"
21+
version: "0.17.0.0"

0 commit comments

Comments
 (0)