Update haskell/actions/setup to haskell-actions/setup. (#1551)

Other instances of `haskell/actions/setup` had already been migrated to `haskell-actions/setup`, but the one for the Docker action remained, so it is the only remaining instance of the use of the deprecated `haskell/actions/setup` action.
This commit is contained in:
Yoo Chung 2025-01-20 22:49:14 -05:00 committed by GitHub
parent de1eef7174
commit f3ddf8c187
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
name: Setup Haskell Stack
with:
enable-stack: true