Skip to content

Commit

Permalink
Bump action/cache to v4.2.2 (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy authored Mar 4, 2025
1 parent 5588eb0 commit b8b5244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
return domainCheck({github, context, domain: "${{ matrix.domain }}"})
- name: Restore netlib from cache
id: cache-lapack
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with:
path: lapack/install
key: lapack-${{ env.LAPACK_VERSION }}
Expand Down

0 comments on commit b8b5244

Please sign in to comment.