Skip to content

Commit 78bd292

Browse files
Bump fourmolu/fourmolu-action from 10 to 11 (#35)
Bumps [fourmolu/fourmolu-action](https://github.com/fourmolu/fourmolu-action) from 10 to 11. - [Release notes](https://github.com/fourmolu/fourmolu-action/releases) - [Changelog](https://github.com/haskell-actions/run-fourmolu/blob/master/CHANGELOG.md) - [Commits](haskell-actions/run-fourmolu@v10...v11) --- updated-dependencies: - dependency-name: fourmolu/fourmolu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c389101 commit 78bd292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- uses: fourmolu/fourmolu-action@v10
14+
- uses: fourmolu/fourmolu-action@v11
1515
with:
1616
pattern: |
1717
app/**/*.hs

0 commit comments

Comments
 (0)