Skip to content

Commit 3a6fc9c

Browse files
committed
Update CI workflow
1 parent 2f4c59c commit 3a6fc9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ jobs:
1919
- 'lts-17'
2020
- 'lts-18'
2121
- 'lts-19'
22+
- 'lts-20'
2223

2324
runs-on: ubuntu-latest
2425

2526
steps:
26-
- uses: actions/checkout@v1
27+
- uses: actions/checkout@v2
2728

2829
- name: Cache stack dir
29-
uses: actions/cache@v1
30+
uses: actions/cache@v3
3031
env:
3132
cache-name: cache-stack-dir
3233
with:

0 commit comments

Comments
 (0)