diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 0990f5ae..380e2578 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/setup-java@v5 + - uses: actions/setup-java@v6 with: java-version: '17' distribution: 'temurin' diff --git a/cmake/libremidi.tests.cmake b/cmake/libremidi.tests.cmake index e408408d..52045a5e 100644 --- a/cmake/libremidi.tests.cmake +++ b/cmake/libremidi.tests.cmake @@ -5,7 +5,7 @@ endif() FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2 - GIT_TAG v3.15.3 + GIT_TAG v3.16.0 ${CMAKE_FETCHCONTENT_SYSTEM_KEYWORD} )