From ccefb8e60c5cb79a9766880f0586633ca8510fc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 08:47:30 +0000 Subject: [PATCH] chore(deps): update haskell-actions/run-fourmolu action to v10 --- .github/workflows/ghc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghc.yml b/.github/workflows/ghc.yml index ebfbbb1aa..41bf38e36 100644 --- a/.github/workflows/ghc.yml +++ b/.github/workflows/ghc.yml @@ -26,7 +26,7 @@ jobs: - name: 📥 Checkout repository uses: actions/checkout@v4 - - uses: haskell-actions/run-fourmolu@v9 + - uses: haskell-actions/run-fourmolu@v10 if: matrix.os == 'ubuntu-latest' with: version: "0.14.0.0"