From d91acfeb11ff145884c79ac572bac0388ab3e52a Mon Sep 17 00:00:00 2001 From: Neil Mayhew Date: Fri, 12 Jan 2024 15:39:02 -0700 Subject: [PATCH] Update name of Haskell Setup action --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index e709334..afed7e4 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -37,7 +37,7 @@ jobs: ${{ runner.os }}- - name: Haskell setup - uses: haskell/actions/setup@main + uses: haskell-actions/setup@main with: ghc-version: ${{ matrix.ghc }}