Skip to content

Commit 9741233

Browse files
authored
Merge pull request #3926 from fendor/enhance/gha-update-haskell-actions
Switch to haskell-actions/setup since the haskell/actions is deprecated
2 parents 93b6bf5 + e6f3ed3 commit 9741233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
sudo chown -R $USER /usr/local/.ghcup
3232
shell: bash
3333

34-
- uses: haskell/actions/setup@v2.4.7
34+
- uses: haskell-actions/setup@v2.6.0
3535
id: HaskEnvSetup
3636
with:
3737
ghc-version : ${{ inputs.ghc }}

0 commit comments

Comments
 (0)