From 754d36c11661602acffd629a257367200c4eae73 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 12 Mar 2026 09:38:52 -0500 Subject: [PATCH] Test cabal-gild-setup-action 1639b48 --- .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 c101480..dc13787 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: tfausak/cabal-gild-setup-action@v2 + - uses: tfausak/cabal-gild-setup-action@1639b48019c070533ec2fb52cb802100b7e357a5 - run: cabal-gild --input flow.cabal --mode check hlint: name: HLint