From 5bc4c857d5c59f15da3fe306066f76014513a25a Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Sun, 19 May 2024 22:27:27 +0100 Subject: [PATCH] Update CI setup --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96de6d27..48eff8e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,3 @@ -# Adapted from: https://github.com/ndmitchell/hlint/blob/master/.github/workflows/ci.yml -name: ci - on: push: pull_request: @@ -24,8 +21,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 }}