浏览代码

Update sanitizer.yml

mosfet80 2 年之前
父节点
当前提交
46ea0a7d7c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/sanitizer.yml

+ 2 - 2
.github/workflows/sanitizer.yml

@@ -22,7 +22,7 @@ jobs:
         CC: clang
         CC: clang
     
     
     - name: configure and build
     - name: configure and build
-      uses: lukka/run-cmake@v10
+      uses: lukka/run-cmake@v3
       with:
       with:
         cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
         cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
         cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
         cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
@@ -46,7 +46,7 @@ jobs:
         CC: clang
         CC: clang
     
     
     - name: configure and build
     - name: configure and build
-      uses: lukka/run-cmake@v10
+      uses: lukka/run-cmake@v3
       with:
       with:
         cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
         cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
         cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
         cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'