Skip to content

Commit deff669

Browse files
authored
Update run-tests.yml
1 parent 32fae5f commit deff669

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,14 @@ jobs:
2020
steps:
2121

2222
- name: Check out repo
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424

2525
- name: Setup Haskell
2626
uses: haskell/actions/setup@v1
2727
with:
2828
ghc-version: ${{ matrix.ghc }}
2929
cabal-version: ${{ matrix.cabal }}
3030

31-
- name: Cache ~/.stack
32-
uses: actions/cache@v2.1.6
33-
with:
34-
key: ${{ matrix.ghc }}-${{ matrix.cabal }}
35-
3631
- name: Versions
3732
run: |
3833
ghc --version

0 commit comments

Comments
 (0)