From feb16f12e5f837455ade2c25d8abd23064419c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 12:35:01 -0500 Subject: [PATCH] Bump haskell-actions/run-ormolu from 13 to 14 (#89) 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 9aa80b1..be9fb97 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" } ] },