Skip to content

Commit 6223f45

Browse files
committed
Don't use deprecated haskell/actions/setup
1 parent f655bd8 commit 6223f45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cabal.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- uses: haskell/actions/setup@v2
18+
- uses: haskell-actions/setup@v2
1919
name: Setup Haskell Cabal
2020
with:
2121
ghc-version: ${{ matrix.ghc }}

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/checkout@v2
2121

22-
- uses: haskell/actions/setup@v2
22+
- uses: haskell-actions/setup@v2
2323
name: Setup Haskell Stack
2424
with:
2525
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)