Skip to content

Commit 553daa5

Browse files
Bump haskell-actions/run-fourmolu from 10 to 11
Bumps [haskell-actions/run-fourmolu](https://github.com/haskell-actions/run-fourmolu) from 10 to 11. - [Release notes](https://github.com/haskell-actions/run-fourmolu/releases) - [Changelog](https://github.com/haskell-actions/run-fourmolu/blob/master/CHANGELOG.md) - [Commits](haskell-actions/run-fourmolu@v10...v11) --- updated-dependencies: - dependency-name: haskell-actions/run-fourmolu dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e9ca8a commit 553daa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: 'Run fourmolu'
27-
uses: haskell-actions/run-fourmolu@v10
27+
uses: haskell-actions/run-fourmolu@v11
2828

2929
hlint:
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)