Skip to content

Commit

Permalink
Bump fourmolu/fourmolu-action from 8 to 10 (#30)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 29, 2024
1 parent 5412453 commit d6aa5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: fourmolu/fourmolu-action@v8
- uses: fourmolu/fourmolu-action@v10
with:
pattern: |
app/**/*.hs
Expand Down

0 comments on commit d6aa5a1

Please sign in to comment.