Skip to content

Commit c239c43

Browse files
Bump haskell-actions/run-ormolu from 16 to 17 (#40)
Bumps [haskell-actions/run-ormolu](https://github.com/haskell-actions/run-ormolu) from 16 to 17. - [Release notes](https://github.com/haskell-actions/run-ormolu/releases) - [Changelog](https://github.com/haskell-actions/run-ormolu/blob/master/CHANGELOG.md) - [Commits](haskell-actions/run-ormolu@v16...v17) --- updated-dependencies: - dependency-name: haskell-actions/run-ormolu dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 278b213 commit c239c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- uses: actions/checkout@v4
77-
- uses: haskell-actions/run-ormolu@v16
77+
- uses: haskell-actions/run-ormolu@v17
7878
release:
7979
env:
8080
PREFIX: github-release-${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)