From a334431f3a789916bddefd762c084de6f8b1d36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 05:05:22 +0000 Subject: [PATCH] Bump haskell-actions/run-ormolu from 15 to 16 Bumps [haskell-actions/run-ormolu](https://github.com/haskell-actions/run-ormolu) from 15 to 16. - [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/15b0083a0ef416915994fb511652b187f6026a40...71e9a598a0418f521508102528c6dd95915b62ef) --- 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/ormolu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ormolu.yaml b/.github/workflows/ormolu.yaml index 7ff2e8a..6c51c3e 100644 --- a/.github/workflows/ormolu.yaml +++ b/.github/workflows/ormolu.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: haskell-actions/run-ormolu@15b0083a0ef416915994fb511652b187f6026a40 # v15 + - uses: haskell-actions/run-ormolu@71e9a598a0418f521508102528c6dd95915b62ef # v16 with: respect-cabal-files: false extra-args: '-o -XGHC2021 -o -XOverloadedStrings'