aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/hlint-ci.yml
diff options
context:
space:
mode:
authorcydparser <cydparser@gmail.com>2022-06-05 23:48:14 -0700
committerGitHub <noreply@github.com>2022-06-06 08:48:14 +0200
commit727f24ccf6e3b367b4ff05777c64b7c9ca4debdb (patch)
tree5ae1487be7ac771b0371ac1884cfba6edc0ac57f /.github/workflows/hlint-ci.yml
parentacf8bf078f154dd5707eef0d861960207a7af77b (diff)
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 <cwise@tripshot.com>
Diffstat (limited to '.github/workflows/hlint-ci.yml')
-rw-r--r--.github/workflows/hlint-ci.yml2
1 files changed, 1 insertions, 1 deletions
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