Skip to content

Commit ab668b5

Browse files
committed
Update the CI related files
1 parent 5800491 commit ab668b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
ghc-version: ${{ matrix.ghc_version }}
134134

135-
- uses: actions/cache@v1
135+
- uses: actions/cache@v4
136136
name: Restore cache ~/.cabal, ~/.stack, .stack-work, ~/.ghc, ~/.local
137137
with:
138138
path: |

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ packages:
77

88
extra-deps:
99
- github: composewell/streamly
10-
commit: "4e2fccbe2a6a4c168801fffcdb17aaec1466f838"
10+
commit: "e57585dfac5d9d1b57c52d8f3a69ed3809a6ae63"
1111
- github: composewell/streamly
12-
commit: "4e2fccbe2a6a4c168801fffcdb17aaec1466f838"
12+
commit: "e57585dfac5d9d1b57c52d8f3a69ed3809a6ae63"
1313
subdirs:
1414
- core
1515

0 commit comments

Comments
 (0)