From fc8da42ac6a46853ec67bf8a7813a392c1d1773e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:32:05 +0000 Subject: [PATCH] Bump haskell-actions/run-fourmolu from 10 to 11 Bumps [haskell-actions/run-fourmolu](https://github.com/haskell-actions/run-fourmolu) from 10 to 11. - [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/v10...v11) --- updated-dependencies: - dependency-name: haskell-actions/run-fourmolu dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 116537cf2ea..11f4c4ce5d2 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: haskell-actions/run-fourmolu@v10 + - uses: haskell-actions/run-fourmolu@v11 with: version: "0.12.0.0" pattern: |