Skip to content

Commit

Permalink
Merge pull request #383 from nmm0/update-actions-cache-workflow
Browse files Browse the repository at this point in the history
update actions/cache to v4
  • Loading branch information
dalg24 authored Mar 3, 2025
2 parents 31a5c74 + 8dabb69 commit 5349b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 5349b11

Please sign in to comment.