Skip to content

Commit ea76fd3

Browse files
authored
Merge pull request #799 from lima-vm/dependabot/github_actions/actions/cache-3
build(deps): bump actions/cache from 2 to 3
2 parents 412a18d + 7bada19 commit ea76fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
limactl sudoers | sudo tee /etc/sudoers.d/lima
100100
)
101101
- name: Cache ~/Library/Caches/lima/download
102-
uses: actions/cache@v2
102+
uses: actions/cache@v3
103103
with:
104104
path: ~/Library/Caches/lima/download
105105
key: ${{ runner.os }}-integration

0 commit comments

Comments
 (0)