We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fae5f commit deff669Copy full SHA for deff669
1 file changed
.github/workflows/run-tests.yml
@@ -20,19 +20,14 @@ jobs:
20
steps:
21
22
- name: Check out repo
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
24
25
- name: Setup Haskell
26
uses: haskell/actions/setup@v1
27
with:
28
ghc-version: ${{ matrix.ghc }}
29
cabal-version: ${{ matrix.cabal }}
30
31
- - name: Cache ~/.stack
32
- uses: actions/cache@v2.1.6
33
- with:
34
- key: ${{ matrix.ghc }}-${{ matrix.cabal }}
35
-
36
- name: Versions
37
run: |
38
ghc --version
0 commit comments