Skip to content

Commit

Permalink
Bump fourmolu/fourmolu-action from 5 to 9
Browse files Browse the repository at this point in the history
Bumps [fourmolu/fourmolu-action](https://github.com/fourmolu/fourmolu-action) from 5 to 9.
- [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@v5...v9)

---
updated-dependencies:
- dependency-name: fourmolu/fourmolu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent f440563 commit 490b885
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@v2

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

0 comments on commit 490b885

Please sign in to comment.