@@ -58,15 +58,15 @@ jobs:
5858 uses : actions/cache/restore@v5
5959 with :
6060 path : CASMcode_crystallography/dist
61- key : ${{ runner.os }}-libcasm-xtal-v2-3-0
61+ key : ${{ runner.os }}-libcasm-xtal-v3-0a1
6262
6363 - name : checkout libcasm-xtal
6464 if : steps.cache-libcasm-xtal-restore.outputs.cache-hit != 'true'
6565 uses : actions/checkout@v6
6666 with :
6767 repository : prisms-center/CASMcode_crystallography
6868 path : CASMcode_crystallography
69- ref : v2.3.0
69+ ref : v3.0a1
7070
7171 - name : make xtal
7272 if : steps.cache-libcasm-xtal-restore.outputs.cache-hit != 'true'
@@ -91,15 +91,15 @@ jobs:
9191 uses : actions/cache/restore@v5
9292 with :
9393 path : CASMcode_mapping/dist
94- key : ${{ runner.os }}-libcasm-mapping-v2-4-1
94+ key : ${{ runner.os }}-libcasm-mapping-v3-0a1
9595
9696 - name : checkout libcasm-mapping
9797 if : steps.cache-libcasm-mapping-restore.outputs.cache-hit != 'true'
9898 uses : actions/checkout@v6
9999 with :
100100 repository : prisms-center/CASMcode_mapping
101101 path : CASMcode_mapping
102- ref : v2.4.1
102+ ref : v3.0a1
103103
104104 - name : make mapping
105105 if : steps.cache-libcasm-mapping-restore.outputs.cache-hit != 'true'
@@ -124,15 +124,15 @@ jobs:
124124 uses : actions/cache/restore@v5
125125 with :
126126 path : CASMcode_clexulator/dist
127- key : ${{ runner.os }}-libcasm-clexulator-v2-3-1
127+ key : ${{ runner.os }}-libcasm-clexulator-v3-0a1
128128
129129 - name : checkout libcasm-clexulator
130130 if : steps.cache-libcasm-clexulator-restore.outputs.cache-hit != 'true'
131131 uses : actions/checkout@v6
132132 with :
133133 repository : prisms-center/CASMcode_clexulator
134134 path : CASMcode_clexulator
135- ref : v2.3.1
135+ ref : v3.0a1
136136
137137 - name : make clexulator
138138 if : steps.cache-libcasm-clexulator-restore.outputs.cache-hit != 'true'
0 commit comments