Skip to content

Commit 77afdfa

Browse files
authored
Merge pull request #1662 from firebase/mc/cache
update cache
2 parents 29b4909 + 3553e12 commit 77afdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
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)