Skip to content

Commit 1e5ba27

Browse files
committed
update haskell/actions/setup to haskell-actions/setup
1 parent e1d950c commit 1e5ba27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-all-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
3535

36-
- uses: haskell/actions/setup@v2
36+
- uses: haskell-actions/setup@v2
3737
id: setup-haskell-cabal
3838
name: Setup Haskell
3939
with:
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v2
7474
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
7575

76-
- uses: haskell/actions/setup@v2
76+
- uses: haskell-actions/setup@v2
7777
name: Setup Haskell Stack
7878
with:
7979
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)