Skip to content

Commit 93a1e99

Browse files
Bump haskell-actions/run-ormolu from 13 to 14
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](haskell-actions/run-ormolu@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] <[email protected]>
1 parent 04dbe43 commit 93a1e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: haskell-actions/run-ormolu@v13
15+
- uses: haskell-actions/run-ormolu@v14
1616
build:
1717
runs-on: ubuntu-latest
1818
needs: ormolu

0 commit comments

Comments
 (0)