Skip to content

Commit 7e81f9e

Browse files
committed
Use actions/setup-haskell v1.1.3
1 parent b411af4 commit 7e81f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v2
3232
with:
3333
submodules: true
34-
- uses: bubba/setup-haskell@7235984
34+
- uses: actions/setup-haskell@v1.1.3
3535
with:
3636
ghc-version: ${{ matrix.ghc }}
3737
cabal-version: '3.2'

0 commit comments

Comments
 (0)