From 17f5450050044f7688d24cd7de0b9ce44435d745 Mon Sep 17 00:00:00 2001 From: Lars Kuhtz Date: Mon, 16 Oct 2023 18:05:43 -0700 Subject: [PATCH] update github haskell setup action --- .github/workflows/applications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index e5b30f379..7358a8ff4 100644 --- a/.github/workflows/applications.yml +++ b/.github/workflows/applications.yml @@ -78,7 +78,7 @@ jobs: if: startsWith(matrix.os, 'ubuntu-') run: sudo chown -R $USER /usr/local/.ghcup - name: Install GHC and Cabal - uses: haskell/actions/setup@v2 + uses: haskell-actions/setup@v2 with: ghc-version: ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }}