diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4ca8d85..a33da66f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Setup cache for ccache files if: ${{ runner.os != 'Windows' }} - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ env.CCACHE_DIR }} key: ccache_${{ runner.os }}