Skip to content

Commit 8a9a3a6

Browse files
fixup: use cache@v4
1 parent e44c353 commit 8a9a3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ jobs:
12301230
HCVER: ${{ matrix.compilerVersion }}
12311231
- name: cache /tmp/libnotmuch
12321232
id: cache-notmuch
1233-
uses: actions/cache@v2
1233+
uses: actions/cache@v4
12341234
with:
12351235
key: ${{ runner.os }}-notmuch-${{ matrix.notmuch }}
12361236
path: /tmp/notmuch

0 commit comments

Comments
 (0)