diff --git a/ci/cmake.yml b/ci/cmake.yml index 2690d75..b69efe7 100644 --- a/ci/cmake.yml +++ b/ci/cmake.yml @@ -15,7 +15,7 @@ jobs: os: [windows-latest, ubuntu-latest, macOS-latest] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Create Build Environment # Some projects don't allow in-source building, so create a separate build directory