From 826d290ae152b0d15fbc3ce30c8c58f5b2f99791 Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Thu, 16 Jan 2025 14:31:12 -0700 Subject: [PATCH] Also update cache action to v4 Suggested by Dan Rosen --- .github/workflows/test-build-spack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build-spack.yml b/.github/workflows/test-build-spack.yml index 2bc852b696..ae7a9118df 100644 --- a/.github/workflows/test-build-spack.yml +++ b/.github/workflows/test-build-spack.yml @@ -87,7 +87,7 @@ jobs: # restore Intel oneAPI compiler installation from cache - name: Restore Intel oneAPI Compiler Installation - uses: actions/cache@v3 + uses: actions/cache@v4 if: ${{ startsWith(matrix.compiler, 'oneapi') }} with: path: /opt/intel/oneapi