From 0cbdaed0d0c68ca6e24e08cb35ba10f52acbd6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 14:58:50 -0500 Subject: [PATCH] Bump mrkkrp/ormolu-action from 10 to 11 (#86) Bumps [mrkkrp/ormolu-action](https://github.com/mrkkrp/ormolu-action) from 10 to 11. - [Release notes](https://github.com/mrkkrp/ormolu-action/releases) - [Changelog](https://github.com/mrkkrp/ormolu-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/mrkkrp/ormolu-action/compare/v10...v11) --- 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 75429f4..b92231f 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -146,7 +146,7 @@ "uses": "actions/checkout@v3" }, { - "uses": "mrkkrp/ormolu-action@v10" + "uses": "mrkkrp/ormolu-action@v11" } ] },