From 727f24ccf6e3b367b4ff05777c64b7c9ca4debdb Mon Sep 17 00:00:00 2001 From: cydparser Date: Sun, 5 Jun 2022 23:48:14 -0700 Subject: Fix and improve CI (#1495) * Pin GHC version before creating the freeze file * Use newest action versions * Improve caching * Avoid unnecessarily reinstalling GHC * Use GHC 9.2.2 for CI Co-authored-by: Cyd Wise --- .github/workflows/hlint-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/hlint-ci.yml') diff --git a/.github/workflows/hlint-ci.yml b/.github/workflows/hlint-ci.yml index b6bdc029..692d03e8 100644 --- a/.github/workflows/hlint-ci.yml +++ b/.github/workflows/hlint-ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true -- cgit v1.2.3