mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-13 01:46:07 +00:00
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:
parent
de1eef7174
commit
f3ddf8c187
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user