From f0b489d5e2f23a5cf66ba3a4801ad7c2ed7723aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 13:09:10 -0500 Subject: [PATCH] Bump mrkkrp/ormolu-action from 11 to 12 (#87) Bumps [mrkkrp/ormolu-action](https://github.com/mrkkrp/ormolu-action) from 11 to 12. - [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/v11...v12) --- updated-dependencies: - dependency-name: mrkkrp/ormolu-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/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index b92231f..1ff1453 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -146,7 +146,7 @@ "uses": "actions/checkout@v3" }, { - "uses": "mrkkrp/ormolu-action@v11" + "uses": "mrkkrp/ormolu-action@v12" } ] },