Skip to content

Commit 01ec4e6

Browse files
authored
Merge pull request #34 from haskell-jp/gh33-github-actions-cache
Update actions/cache
2 parents 33d54fb + 1f3d313 commit 01ec4e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Cache .stack
2222
id: cache-stack
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.stack
2626
key: "\

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Cache .stack
2828
id: cache-stack
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: ~/.stack
3232
key: "\

0 commit comments

Comments
 (0)