From d9e54fd8fb4bcb6a3476f0f92c957a39e7e8fba0 Mon Sep 17 00:00:00 2001 From: Andrea Bedini Date: Wed, 25 Oct 2023 12:46:37 +0800 Subject: [PATCH] Update format.yml Bump haskell-actions/run-fourmolu to v9 and fix fourmolu version to 0.12.0.0. This makes explicit which version is used and avoids unexpected changes later on. The current version v8 of run-fourmolu uses fourmolu-0.12.0.0 so this should not produce any change in formatting now. --- .github/workflows/format.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index ba5f85c9b82..84e639e7d1c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -10,8 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: haskell-actions/run-fourmolu@v8 + - uses: haskell-actions/run-fourmolu@v9 with: + version: "0.12.0.0" pattern: | Cabal/**/*.hs Cabal-syntax/**/*.hs