This is an automated email from the ASF dual-hosted git repository.
mshr pushed a commit to branch investigate-macos-ci-error
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/investigate-macos-ci-error by
this push:
new 0ac22a84a6 Update cache action to v4 in CI setup
0ac22a84a6 is described below
commit 0ac22a84a6e59a09edeb2123f67ca2501215ab96
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Sun Nov 23 22:33:56 2025 +0900
Update cache action to v4 in CI setup
---
.github/actions/setup/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml
index 1a7f97676e..4868883a6e 100644
--- a/.github/actions/setup/action.yml
+++ b/.github/actions/setup/action.yml
@@ -7,7 +7,7 @@ runs:
pwd
ls -la conda/
cat conda/build-environment.yaml
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
env:
CACHE_NUMBER: 2
with: