Skip to content

Commit 683eb1b

Browse files
fix(ci): migrate actions/setup-haskell (deprecated) → haskell-actions/setup (#42)
Deprecated action + fake SHA. Replaced with the canonical haskell-actions/setup v2.11.0 used estate-wide. Same ghc-version/cabal-version interface; behavioural drop-in. Provenance: project_estate_fake_action_sha_punch_list_2026_05_30.
1 parent 5411b57 commit 683eb1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21-
- uses: actions/setup-haskell@28c8ff1d6cbeaed15ce310b1952dc19352a0a07d # v1.1.5
21+
- uses: haskell-actions/setup@cd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553 # v2.11.0
2222
with:
2323
ghc-version: '8.10.3'
2424
cabal-version: '3.2'

0 commit comments

Comments
 (0)