Skip to content

Commit ec8cc60

Browse files
committed
ci: update github action version
1 parent 263aac1 commit ec8cc60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313

1414
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
1515
steps:
16-
- uses: actions/checkout@v2
17-
- uses: haskell/actions/setup@v1
16+
- uses: actions/checkout@v3
17+
- uses: haskell/actions/setup@v2
1818
with:
1919
ghc-version: ${{ matrix.ghc }}
2020
cabal-version: '3.10.1.0'

0 commit comments

Comments
 (0)