Skip to content

Commit 98f57d5

Browse files
committed
ci: haskell/actions/setup -> haskell-actions/setup
1 parent 7d22ebb commit 98f57d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aeson-typescript.yml

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

27-
- uses: haskell/actions/setup@v2
27+
- uses: haskell-actions/setup@v2
2828
id: setup-haskell-cabal
2929
name: Setup Haskell
3030
with:
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- uses: actions/checkout@v3
8484

85-
- uses: haskell/actions/setup@v2
85+
- uses: haskell-actions/setup@v2
8686
name: Setup Haskell Stack
8787
with:
8888
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)