Skip to content

Commit d49e79a

Browse files
authored
Merge pull request #64 from firefly-zero/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents fb311f5 + 264866d commit d49e79a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
repo-token: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Cache MoonBit dependencies
41-
uses: actions/cache@v5
41+
uses: actions/cache@v6
4242
with:
4343
path: ~/.moon/registry
4444
key: ${{ runner.os }}-moonbit-${{ hashFiles('**/moon.mod.json') }}

0 commit comments

Comments
 (0)