From c5d16bc4b02c99fbcb3fbc035ef7e6d757f69c1c Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 24 Aug 2023 10:38:11 +0000 Subject: [PATCH] chore: Update setup-haskell action to latest version. Also, it moved. --- .github/workflows/haskell-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell-publish.yml b/.github/workflows/haskell-publish.yml index 0459c36..d066fd0 100644 --- a/.github/workflows/haskell-publish.yml +++ b/.github/workflows/haskell-publish.yml @@ -47,7 +47,7 @@ jobs: repository: TokTok/ci-tools path: ci-tools - - uses: actions/setup-haskell@v1.1 + - uses: haskell/actions/setup@v2 with: ghc-version: ${{ inputs.ghc-version }} cabal-version: ${{ inputs.cabal-version }}