From 3c7e12465adb6fd6c4a9ca70918e816558bb1dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 12:29:51 +0000 Subject: [PATCH] Bump fourmolu/fourmolu-action from 11 to 12 Bumps [fourmolu/fourmolu-action](https://github.com/fourmolu/fourmolu-action) from 11 to 12. - [Release notes](https://github.com/fourmolu/fourmolu-action/releases) - [Changelog](https://github.com/haskell-actions/run-fourmolu/blob/master/CHANGELOG.md) - [Commits](https://github.com/fourmolu/fourmolu-action/compare/v11...v12) --- updated-dependencies: - dependency-name: fourmolu/fourmolu-action 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 8cc7c7c..f8291ed 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: fourmolu/fourmolu-action@v11 + - uses: fourmolu/fourmolu-action@v12 with: version: "0.17.0.0" pattern: |