From 6317878d8fc28d4fdf2feebee8e27d6cea81c74d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:50:39 +0000 Subject: [PATCH] Bump haskell-actions/run-ormolu from 14 to 15 Bumps [haskell-actions/run-ormolu](https://github.com/haskell-actions/run-ormolu) from 14 to 15. - [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/v14...v15) --- updated-dependencies: - dependency-name: haskell-actions/run-ormolu dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 0cefd6f..5f9d60d 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -158,7 +158,7 @@ "uses": "actions/checkout@v4" }, { - "uses": "haskell-actions/run-ormolu@v14" + "uses": "haskell-actions/run-ormolu@v15" } ] },