Skip to content

Commit 3553e12

Browse files
committed
update cache
1 parent 29b4909 commit 3553e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919

2020
- name: Cache Mint packages
21-
uses: actions/cache@v1
21+
uses: actions/cache@v4
2222
with:
2323
path: ${{ env.MINT_PATH }}
2424
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}

0 commit comments

Comments
 (0)