diff --git a/.github/workflows/cleanup-caches.yml b/.github/workflows/cleanup-caches.yml index 5369f10ec..c268da8e6 100644 --- a/.github/workflows/cleanup-caches.yml +++ b/.github/workflows/cleanup-caches.yml @@ -1,7 +1,7 @@ name: Cleanup caches on closed PRs # From https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#matching-a-cache-key on: - pull_request_target: + pull_request: types: [ closed ] jobs: cleanup: diff --git a/CMakeLists.txt b/CMakeLists.txt index 621afc77b..addf1a3ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ endif() # This is the top level CMake file for the SCOREC build cmake_minimum_required(VERSION 3.12) + project(SCOREC VERSION 4.0.0 LANGUAGES CXX C) include(cmake/bob.cmake)