From 78bd29237e43fa687d1cc242f4ad167d668fbf39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:46:33 +0100 Subject: [PATCH] Bump fourmolu/fourmolu-action from 10 to 11 (#35) Bumps [fourmolu/fourmolu-action](https://github.com/fourmolu/fourmolu-action) from 10 to 11. - [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/v10...v11) --- updated-dependencies: - dependency-name: fourmolu/fourmolu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 b5280db..d9bc8ff 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: fourmolu/fourmolu-action@v10 + - uses: fourmolu/fourmolu-action@v11 with: pattern: | app/**/*.hs