This is an automated email from the ASF dual-hosted git repository.

tlopex pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a6e9771a0 [CI] Update `actions/cache` to v4 in setup action (#18495)
5a6e9771a0 is described below

commit 5a6e9771a00e98d045dce2bb4bf6c6eba9928ede
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Mon Nov 24 03:13:56 2025 +0900

    [CI] Update `actions/cache` to v4 in setup action (#18495)
    
    Fixes ther recent macOS CI error.
    https://github.com/apache/tvm/actions/runs/19608185293/job/56150023835
---
 .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 77271319b2..9f68667375 100644
--- a/.github/actions/setup/action.yml
+++ b/.github/actions/setup/action.yml
@@ -1,7 +1,7 @@
 runs:
  using: "composite"
  steps:
-  - uses: actions/cache@v3
+  - uses: actions/cache@v4
     env:
       CACHE_NUMBER: 2
     with:

Reply via email to