Skip to content

Commit

Permalink
Merge pull request #1662 from firebase/mc/cache
Browse files Browse the repository at this point in the history
update cache
  • Loading branch information
morganchen12 authored Jan 13, 2025
2 parents 29b4909 + 3553e12 commit 77afdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache Mint packages
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ${{ env.MINT_PATH }}
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
Expand Down

0 comments on commit 77afdfa

Please sign in to comment.