From 9396ea1ce178d14665a1d8956e2e2a34e250a84d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:38:27 +0000 Subject: [PATCH] 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](https://github.com/haskell-actions/run-fourmolu/compare/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] --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 07999d6..a9e027f 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: haskell-actions/run-fourmolu@v11 + - uses: haskell-actions/run-fourmolu@v12 with: version: "0.18.0.0" pattern: |