Skip to content

Commit ffbf898

Browse files
committed
ci: update github workflow
1 parent ab1d022 commit ffbf898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212

1313
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-haskell@v1
15+
- uses: actions/checkout@v3
16+
- uses: haskell/actions/setup@v2
1717
with:
1818
ghc-version: ${{ matrix.ghc }}
1919
- name: Cache

0 commit comments

Comments
 (0)