We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5588eb0 commit b8b5244Copy full SHA for b8b5244
.github/workflows/pr.yml
@@ -63,7 +63,7 @@ jobs:
63
return domainCheck({github, context, domain: "${{ matrix.domain }}"})
64
- name: Restore netlib from cache
65
id: cache-lapack
66
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
67
with:
68
path: lapack/install
69
key: lapack-${{ env.LAPACK_VERSION }}
0 commit comments