浏览代码

Update actions/cache action to v4 (#4841)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 年之前
父节点
当前提交
ec7ee76494
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/actions/setup/action.yml

+ 1 - 1
.github/actions/setup/action.yml

@@ -6,7 +6,7 @@ runs:
     - uses: actions/setup-node@v4
       with:
         node-version: 20.x
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       id: cache
       with:
         path: '**/node_modules'