Skip to content

Commit b8b5244

Browse files
authored
Bump action/cache to v4.2.2 (#640)
1 parent 5588eb0 commit b8b5244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
return domainCheck({github, context, domain: "${{ matrix.domain }}"})
6464
- name: Restore netlib from cache
6565
id: cache-lapack
66-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
66+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
6767
with:
6868
path: lapack/install
6969
key: lapack-${{ env.LAPACK_VERSION }}

0 commit comments

Comments
 (0)