File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 70
70
steps :
71
71
72
72
- name : Checkout LAPACK
73
- uses : actions/checkout@v2
73
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
74
74
75
75
- name : Use GCC-11 on MacOS
76
76
if : ${{ matrix.os == 'macos-latest' }}
@@ -134,7 +134,7 @@ jobs:
134
134
steps :
135
135
136
136
- name : Checkout LAPACK
137
- uses : actions/checkout@v2
137
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
138
138
139
139
- name : Configure CMake
140
140
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Original file line number Diff line number Diff line change 55
55
runs-on : ubuntu-latest
56
56
steps :
57
57
- name : Checkout LAPACK
58
- uses : actions/checkout@v2
58
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
59
59
- name : Set configurations
60
60
run : |
61
61
echo "SHELL = /bin/sh" >> make.inc
76
76
runs-on : macos-latest
77
77
steps :
78
78
- name : Checkout LAPACK
79
- uses : actions/checkout@v2
79
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
80
80
- name : Set configurations
81
81
run : |
82
82
echo "SHELL = /bin/sh" >> make.inc
You can’t perform that action at this time.
0 commit comments