diff --git a/.github/workflows/cpp-lint-package.yml b/.github/workflows/cpp-lint-package.yml index 25f3bf7..cf38548 100644 --- a/.github/workflows/cpp-lint-package.yml +++ b/.github/workflows/cpp-lint-package.yml @@ -36,7 +36,7 @@ jobs: run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm - name: Setup VS dev env - uses: TheMrMilchmann/setup-msvc-dev@v3 + uses: TheMrMilchmann/setup-msvc-dev@v4 with: arch: x64