From 8dabb691059bfea772682f6cf6e172db5482bfad Mon Sep 17 00:00:00 2001 From: Nicolas Morales Date: Mon, 3 Mar 2025 11:52:35 -0500 Subject: [PATCH] update actions/cache to v4 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5f00591d..a605c614 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -43,7 +43,7 @@ jobs: - name: Cache icpx install if: ${{ matrix.compiler_driver == 'icpx' }} id: cache-icpx - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: /opt/intel/oneapi key: oneapi-${{ matrix.compiler_url}}