Skip to content

Commit 7e6f699

Browse files
dependabot[bot]mmhat
authored andcommitted
Bump haskell-actions/run-fourmolu from 11 to 12
Bumps [haskell-actions/run-fourmolu](https://github.com/haskell-actions/run-fourmolu) from 11 to 12. - [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@v11...v12) --- updated-dependencies: - dependency-name: haskell-actions/run-fourmolu dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e63f2c commit 7e6f699

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@v6
2525

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

2929
hlint:
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)