瀏覽代碼

Update git checkout to a new commit hash

jimsterino98 3 月之前
父節點
當前提交
84bb9262f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/actions/ksun/action.yml

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

@@ -12,7 +12,7 @@ runs:
         curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s dev
 
         cd KernelSU-Next
-        git checkout 5a4a71874caaad06aa126f761c93391de1d32361
+        git checkout c2013a15ae1eaca69032fa6016ffefb70adf6146
 
         cd kernel
         COMMITS_COUNT=$(/usr/bin/git rev-list --count HEAD)