Skip to content

Commit

Permalink
Use newer CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Mar 2, 2024
1 parent f4991f6 commit e1da5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- uses: actions/checkout@v3
- uses: haskell-actions/setup@v2
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit e1da5a8

Please sign in to comment.