We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b4909 commit 3553e12Copy full SHA for 3553e12
.github/workflows/check.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v2
19
20
- name: Cache Mint packages
21
- uses: actions/cache@v1
+ uses: actions/cache@v4
22
with:
23
path: ${{ env.MINT_PATH }}
24
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
0 commit comments