Skip to content

Commit d3da568

Browse files
author
Gaël Deest
committed
Switch to actively maintained haskell/actions/setup for CI
1 parent 9ff13e7 commit d3da568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727

28-
- uses: actions/setup-haskell@v1.1.4
28+
- uses: haskell/actions/setup@v1
2929
id: setup-haskell-cabal
3030
name: Setup Haskell
3131
with:
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- uses: actions/checkout@v2
9292

93-
- uses: actions/setup-haskell@v1.1.4
93+
- uses: haskell/actions/setup@v1
9494
name: Setup Haskell Stack
9595
with:
9696
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)