From 0f2a45226a50f1941e63eb911200dd17e4d763a2 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sat, 26 Mar 2022 12:58:55 -0400 Subject: [PATCH] Switch to the non-deprecated fork of the github 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 6a52bed..8273cf2 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -19,7 +19,7 @@ jobs: name: GHC ${{ matrix.ghc }} on ${{ matrix.os }} steps: - uses: actions/checkout@v2 - - uses: actions/setup-haskell@v1 + - uses: haskell/actions/setup@v1 with: ghc-version: ${{ matrix.ghc }} - name: Cache