diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 8a1d151e6..68a36b4d0 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -41,7 +41,7 @@ jobs: -DCMAKE_CXX_STANDARD=20 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install prerequisite MacOS packages if: ${{ matrix.os == 'macos-latest' }} @@ -72,7 +72,7 @@ jobs: message("::set-output name=timestamp::${current_date}") - name: Setup ccache cache files - uses: actions/cache@v1.1.0 + uses: actions/cache@v4 with: path: ${{github.workspace}}/build/.ccache key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}