From 0f4ce80ff1c799ad2813671b0fdbdb98492cd17e Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Wed, 30 Sep 2020 19:27:32 +0200 Subject: [PATCH] Update sanitizer.yml --- .github/workflows/sanitizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml index 9bba5f6fd..e2cb1cf53 100644 --- a/.github/workflows/sanitizer.yml +++ b/.github/workflows/sanitizer.yml @@ -19,7 +19,7 @@ jobs: CC: clang - name: configure and build - uses: lukka/run-cmake@v2 + uses: lukka/run-cmake@v3 with: cmakeListsOrSettingsJson: CMakeListsTxtAdvanced cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'