Skip to content

Commit

Permalink
Also update cache action to v4
Browse files Browse the repository at this point in the history
Suggested by Dan Rosen
  • Loading branch information
billsacks committed Jan 16, 2025
1 parent 8b35c59 commit 826d290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 826d290

Please sign in to comment.