Skip to content

Commit 083980e

Browse files
Bump fourmolu/fourmolu-action from 8 to 10 (#63)
Bumps [fourmolu/fourmolu-action](https://github.com/fourmolu/fourmolu-action) from 8 to 10. - [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@v8...v10) --- 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 59b3eb4 commit 083980e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
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@v8
14+
- uses: fourmolu/fourmolu-action@v10
1515
with:
1616
pattern: |
1717
src/**/*.hs

0 commit comments

Comments
 (0)