From 75a59ab1e22dee596d2efed6ce37d1d53317a82f Mon Sep 17 00:00:00 2001 From: Fendor Date: Thu, 4 Jan 2024 16:34:00 +0100 Subject: [PATCH] Switch to haskell-actions/setup since the haskell/actions is deprecated --- .github/actions/setup-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-build/action.yml b/.github/actions/setup-build/action.yml index e4480db5cc8..9bb311ddc70 100644 --- a/.github/actions/setup-build/action.yml +++ b/.github/actions/setup-build/action.yml @@ -31,7 +31,7 @@ runs: sudo chown -R $USER /usr/local/.ghcup shell: bash - - uses: haskell/actions/setup@v2.4.7 + - uses: haskell-actions/setup@v2.6.0 id: HaskEnvSetup with: ghc-version : ${{ inputs.ghc }}