From de7f9bef0536811371d584bfa9d1aa0349950e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:56:17 +0000 Subject: [PATCH] Bump mrkkrp/ormolu-action from 14 to 15 Bumps [mrkkrp/ormolu-action](https://github.com/mrkkrp/ormolu-action) from 14 to 15. - [Release notes](https://github.com/mrkkrp/ormolu-action/releases) - [Changelog](https://github.com/haskell-actions/run-ormolu/blob/master/CHANGELOG.md) - [Commits](https://github.com/mrkkrp/ormolu-action/compare/v14...v15) --- updated-dependencies: - dependency-name: mrkkrp/ormolu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 7abb297..0f3f5d7 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -21,7 +21,7 @@ jobs: ghc-version: "9.2" - name: Formatting - uses: mrkkrp/ormolu-action@v14 + uses: mrkkrp/ormolu-action@v15 - name: Set up HLint uses: haskell/actions/hlint-setup@v2