From bc6d36b381fa4b916885379841190273d5d29422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:31:08 -0500 Subject: [PATCH] Bump haskell-actions/run-ormolu from 13 to 14 (#28) 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 9ac4c06..7860b10 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -152,7 +152,7 @@ "uses": "actions/checkout@v3" }, { - "uses": "haskell-actions/run-ormolu@v13" + "uses": "haskell-actions/run-ormolu@v14" } ] },