From 0cd2d0e514b1c4898140a628a0f86dec7a1b879b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 00:08:29 +0000 Subject: [PATCH] Bump haskell-actions/run-ormolu from 18 to 19 Bumps [haskell-actions/run-ormolu](https://github.com/haskell-actions/run-ormolu) from 18 to 19. - [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/v18...v19) --- updated-dependencies: - dependency-name: haskell-actions/run-ormolu dependency-version: '19' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ae5007..e9e6f13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: haskell-actions/run-ormolu@v18 + - uses: haskell-actions/run-ormolu@v19 release: env: PREFIX: github-release-${{ github.event.release.tag_name }}