From 553daa5f6f1c97aa368891a099f5487909bfe3d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:31:17 +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/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 0ce8800..1c7ea49 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: 'Run fourmolu' - uses: haskell-actions/run-fourmolu@v10 + uses: haskell-actions/run-fourmolu@v11 hlint: runs-on: ubuntu-latest