From 726c6f430260a5e143f9a91f27ffbb2f1815a866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:30:26 -0500 Subject: [PATCH] Bump haskell-actions/run-ormolu from 13 to 14 (#31) Bumps [haskell-actions/run-ormolu](https://github.com/haskell-actions/run-ormolu) from 13 to 14. - [Release notes](https://github.com/haskell-actions/run-ormolu/releases) - [Changelog](https://github.com/haskell-actions/run-ormolu/blob/master/CHANGELOG.md) - [Commits](https://github.com/haskell-actions/run-ormolu/compare/v13...v14) --- updated-dependencies: - dependency-name: haskell-actions/run-ormolu 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 9de6938..f4850c6 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -146,7 +146,7 @@ "uses": "actions/checkout@v3" }, { - "uses": "haskell-actions/run-ormolu@v13" + "uses": "haskell-actions/run-ormolu@v14" } ] },