Skip to content

Commit

Permalink
Merge pull request #213 from turion/dev_update_ci
Browse files Browse the repository at this point in the history
Update haskell/actions/setup
  • Loading branch information
turion authored Feb 21, 2023
2 parents ed6476e + 5cf68b0 commit a781cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Haskell GHC ${{ matrix.ghc }} cabal
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1.2.9
- uses: haskell/actions/setup@v2
id: setup-haskell-build
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit a781cf9

Please sign in to comment.